Fix libvirt-python install while stacking 29/78529/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 7 Dec 2018 00:22:53 +0000 (16:22 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 7 Dec 2018 00:22:53 +0000 (16:22 -0800)
see https://git.opendaylight.org/gerrit/#/c/78499/ for
more info. that patch did this for all computes, but
we also need it on control nodes for the case when we
run in an all-in-one setup

Change-Id: Ia3b51a29a76b188405ac8eb6f1cd9aeeb8364fde
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index 6912484e3ff33213e3ddd5937e931f333442caf7..afc86d26eec2183ebba46f9237f7e62380f347ad 100644 (file)
@@ -850,6 +850,7 @@ for i in `seq 1 ${NUM_OPENSTACK_CONTROL_NODES}`; do
         # but in the meantime do it ourselves
         ssh ${!CONTROLIP} "sudo ovs-vsctl set Open_vSwitch . external_ids:of-tunnel=true"
     fi
+    fix_libvirt_python_build ${!CONTROLIP}
     echo "Stack the control node ${i} of ${NUM_OPENSTACK_CONTROL_NODES}: ${CONTROLIP}"
     ssh ${!CONTROLIP} "cd /opt/stack/devstack; nohup ./stack.sh > /opt/stack/devstack/nohup.out 2>&1 &"
     ssh ${!CONTROLIP} "ps -ef | grep stack.sh"