summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-05-27 22:49:11 -0400
committerTim Rozet <trozet@redhat.com>2017-05-27 22:49:11 -0400
commita622216b83fd46d3ad1fd763a367cc26323a8864 (patch)
tree022a23c4a0175f10be2965eca7447f31cf264f5d
parenta1387030f8c54b441fad620712d119359d0e6e24 (diff)
Adds networking-sfc package
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>
-rwxr-xr-xbuild/overcloud-full.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index 04afaf9c..adcf4df6 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -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