From 77700c10bf6187b4cf0f84d82309d499134d0a7c Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Sun, 16 Sep 2012 20:49:05 +0200 Subject: [PATCH] Work around nova-network launch issue Launch nova-network *after* nova-cert to work around the SELinux error in https://bugzilla.redhat.com/show_bug.cgi?id=857747 Change-Id: I2ca4af4b950cca92cdd2785c493d8453648ccbb0 Signed-off-by: Zane Bitter --- tools/openstack | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/openstack b/tools/openstack index 52c5712f..b48663f9 100755 --- a/tools/openstack +++ b/tools/openstack @@ -82,10 +82,9 @@ function os_start() { then sudo vgcreate nova-volumes $(sudo losetup --show -f /var/lib/nova/nova-volumes.img) fi - for svc in api objectstore compute network volume scheduler cert + for svc in api cert objectstore compute network volume scheduler do sudo systemctl $action openstack-nova-$svc.service - sleep 1 done } -- 2.45.2