From c2517e40f2fe02d42c56991d8e78ce2a3506accc Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 14 Oct 2014 10:02:05 -0700 Subject: [PATCH] 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 --- tools/start-all-pods | 1 + tools/start-all-services | 3 +++ 2 files changed, 4 insertions(+) diff --git a/tools/start-all-pods b/tools/start-all-pods index 9af11b38bd..df7d5ec6aa 100755 --- a/tools/start-all-pods +++ b/tools/start-all-pods @@ -7,6 +7,7 @@ rabbitmq mariadb keystone glance +nova-controller ' for pod in $pods; do diff --git a/tools/start-all-services b/tools/start-all-services index b9b5cfd566..e709822e4b 100755 --- a/tools/start-all-services +++ b/tools/start-all-services @@ -9,6 +9,9 @@ keystone-admin keystone-public mariadb rabbitmq +nova-api +nova-ec2-api +nova-metadata-api ' for svc in $services; do