Fixed the order of starting all the services
This commit is contained in:
parent
ebc6967798
commit
2833beef4a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user