Merge "Start nova-controller services and pods"

This commit is contained in:
Jenkins 2014-10-14 19:42:06 +00:00 committed by Gerrit Code Review
commit 358e996682
2 changed files with 4 additions and 0 deletions

View File

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

View File

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