diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-27 22:49:11 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-05-27 22:49:11 -0400 |
commit | a622216b83fd46d3ad1fd763a367cc26323a8864 (patch) | |
tree | 022a23c4a0175f10be2965eca7447f31cf264f5d /build | |
parent | a1387030f8c54b441fad620712d119359d0e6e24 (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>
Diffstat (limited to 'build')
-rwxr-xr-x | build/overcloud-full.sh | 1 |
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 |