From 9e14e09a0f1c986d88b239cc683f24bb850807de Mon Sep 17 00:00:00 2001 From: Thomas F Herbert Date: Thu, 11 Feb 2016 19:28:34 -0500 Subject: [PATCH] Fix for problem found in daily build where virsh reboot failed. The fix is to run virsh reboot as user stack Change-Id: Id762b6d9ec592835805eb69d5244fa1dc2eb8645 Signed-off-by: Thomas F Herbert --- build/instack_ovs.sh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/build/instack_ovs.sh b/build/instack_ovs.sh index c4378d9..5af6ccf 100755 --- a/build/instack_ovs.sh +++ b/build/instack_ovs.sh @@ -234,13 +234,16 @@ done # yum update undercloud and reboot. ssh -T ${SSH_OPTIONS[@]} "root@$UNDERCLOUD" <