About Me

My photo
Cloud Operations Team Leader at Conduit - http://il.linkedin.com/in/shavit

Friday, March 20, 2015

openstack-install error

If you get the following , when try to run: openstack-install

Error:

Previous installation detected. Did you mean to run openstack-status instead?
If attempting to re-install please run     $ sudo openstack-install -u

you need to delete the following: .cloud-install (under the user home directory)

Enjoy

1 comment:

  1. Uninstall openstack manually using these commands:
    1). 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)

    ReplyDelete