Start nova-controller services and pods

Start all of the nova-controller services and pods with the start-all-pods
and start-all-services startup scripts

Change-Id: I47fe15d67ef177fbecf342357bff44cf2fdb5d9e
This commit is contained in:
Steven Dake 2014-10-14 10:02:05 -07:00
parent 20e88776bc
commit c2517e40f2
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ rabbitmq
mariadb
keystone
glance
nova-controller
'
for pod in $pods; do

View File

@ -9,6 +9,9 @@ keystone-admin
keystone-public
mariadb
rabbitmq
nova-api
nova-ec2-api
nova-metadata-api
'
for svc in $services; do