Search Posts

something need to care when you use devstack

I have a ubuntu 12.10 64 bits, i can easily install devstack, but there are some points still need to care about the devstack

1. Devstack installation script is to git clone the latest version from the openstack source repository, if the repository’s code contain bug, your openstack will fail. If you use devstack in production, make sure you git clone the same version of the source.

2. Devstack doesn’t have a restart script, that mean you can’t start openstack after reboot the server, but luckily somebody created a restart script, but that script doesn’t work in the current version of openstack. Here is my script, please execute it with these command:

./restart_stack.sh
cd /opt/stack/cinder/bin
./cinder-all
cd /opt/stack/nova/bin
./nova-all

The original script doesn’t work because it forgot/fail the start cinder and nova, so we just need to start it manually.

3. Devstack will not install novnc for you, for please manually install novnc before you run devstack

apt-get install novnc -y

1 comment on something need to care when you use devstack

  1. Pingback: micro job

Leave a Reply to micro job Cancel reply

Your email address will not be published. Required fields are marked *