Adds networking-sfc package 53/35453/1
authorTim Rozet <trozet@redhat.com>
Sun, 28 May 2017 02:49:11 +0000 (22:49 -0400)
committerTim Rozet <trozet@redhat.com>
Sun, 28 May 2017 02:49:11 +0000 (22:49 -0400)
Until networking sfc is added by:
https://review.openstack.org/#/c/468703/
We need to include it in our build system.

Change-Id: If0332d6fb9a342d46599ca4ca556b2c1c7f01272
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/overcloud-full.sh

index 04afaf9..adcf4df 100755 (executable)
@@ -112,6 +112,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \
     --run-command "yumdownloader --destdir=/root/ovs27 openvswitch*2.7* python-openvswitch-2.7*" \
     --run-command "sed -i -E 's/timeout=[0-9]+/timeout=60/g' /usr/share/openstack-puppet/modules/rabbitmq/lib/puppet/provider/rabbitmqctl.rb" \
     --upload ${CACHE_DIR}/$kvmfornfv_kernel_rpm:/root/ \
+    --install python2-networking-sfc \
     -a overcloud-full_build.qcow2
 
 mv -f overcloud-full_build.qcow2 overcloud-full.qcow2