Linux and cloud operations helpful scripts and codes
Uninstall openstack manually using these commands:1). sudo rm -rf /home//.cloud-install2). sudo lxc-ls -f openstack-single-$USER (for mannually uninstalling the single install)3). sudo ip route show dev lxcbr0 (look for ip routing)4). sudo lxc-destroy -f -n openstack-single-$USER (remove the container itself)5). sudo rm -rf ~/.cloud-install (to ensure fully clean re-install remove .cloud-install)
Uninstall openstack manually using these commands:
ReplyDelete1). sudo rm -rf /home//.cloud-install
2). sudo lxc-ls -f openstack-single-$USER (for mannually uninstalling the single install)
3). sudo ip route show dev lxcbr0 (look for ip routing)
4). sudo lxc-destroy -f -n openstack-single-$USER (remove the container itself)
5). sudo rm -rf ~/.cloud-install (to ensure fully clean re-install remove .cloud-install)