From ff038f4a961f39a8d846db01fa20dc1d276f6247 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 14 Oct 2014 15:12:25 -0700 Subject: [PATCH] Add nova-libvirt to started services nova-libvirt was not in the list of started services, so its port was not available prior to this change. Change-Id: I59cedb68ff87a9a54e93c85e60f748e5cc161a4c --- tools/start-all-services | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/start-all-services b/tools/start-all-services index e709822e4b..519741559d 100755 --- a/tools/start-all-services +++ b/tools/start-all-services @@ -8,10 +8,11 @@ glance-registry keystone-admin keystone-public mariadb -rabbitmq nova-api nova-ec2-api +nova-libvirt nova-metadata-api +rabbitmq ' for svc in $services; do