Re: [Openstack] To run Openstack, stack.sh is required to execute after every reboot ?

2013-06-18 Thread Wang, Shane
You can have some script to run those services such as nova, quantum etc only, and you don't need to consider to set up config files. And then put the script to init.d directory. We use this method. Best Regards. -- Shane Vivek Satpute wrote onĀ 2013-06-18: Hi, I recently setup a openstack

[Openstack] To run Openstack, stack.sh is required to execute after every reboot ?

2013-06-17 Thread Vivek Satpute
Hi, I recently setup a openstack on one node, which is hosting all the services like keystone, nova, glance, cinder, etc. Using Dashboard, I could create the VM instances and volumes too. But if I rebooted my host machine where openstack is configured, once machine comes up, horizon cannot

Re: [Openstack] To run Openstack, stack.sh is required to execute after every reboot ?

2013-06-17 Thread Aaron Rosen
If you run rejoin-stack.sh it should start all the openstack processes that were running before reboot. Aaron On Mon, Jun 17, 2013 at 12:15 PM, Vivek Satpute vivekonlin...@gmail.comwrote: Hi, I recently setup a openstack on one node, which is hosting all the services like keystone, nova,

Re: [Openstack] To run Openstack, stack.sh is required to execute after every reboot ?

2013-06-17 Thread John Griffith
On Mon, Jun 17, 2013 at 6:06 PM, Aaron Rosen aro...@nicira.com wrote: If you run rejoin-stack.sh it should start all the openstack processes that were running before reboot. Aaron On Mon, Jun 17, 2013 at 12:15 PM, Vivek Satpute vivekonlin...@gmail.comwrote: Hi, I recently setup a

Re: [Openstack] To run Openstack, stack.sh is required to execute after every reboot ?

2013-06-17 Thread Michael Still
devstack is only intended for developers to test changes. If your building a persistent cloud, then you should be using one of the various sets of operating system packages. Cheers, Michael On Tue, Jun 18, 2013 at 5:15 AM, Vivek Satpute vivekonlin...@gmail.com wrote: Hi, I recently setup a

Re: [Openstack] To run Openstack, stack.sh is required to execute after every reboot ?

2013-06-17 Thread Robert Collins
On 18 June 2013 12:33, Michael Still mi...@stillhq.com wrote: devstack is only intended for developers to test changes. If your building a persistent cloud, then you should be using one of the various sets of operating system packages. Or other automated deployment toolchains ;) -Rob --