Fixed the order of starting all the services

This commit is contained in:
Anton Beloglazov 2012-11-20 16:46:48 +11:00
parent ebc6967798
commit 2833beef4a

View File

@ -1,6 +1,9 @@
#!/bin/sh
service openstack-neat-global-manager start
service openstack-neat-global-manager start
./compute-local-manager-start.py
./compute-data-collector-start.py
service openstack-neat-global-manager start
service openstack-neat-global-manager start
sleep 2
./compute-local-manager-start.py