From 2be3a2ce5c1c90c489f424bc9ac80de5336bbcc5 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 2 Oct 2017 09:34:58 -0400 Subject: Fixes python-networking-sfc install Change-Id: Ib86cd5845e94e351615c3eb7db07b6a3bcec966f Signed-off-by: Tim Rozet (cherry picked from commit 38907e27e354e2c7806b63d9482b6246c6685022) --- build/overcloud-full.sh | 2 +- build/undercloud.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 006dc8f9..9eb124cb 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -137,7 +137,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --run-command "mkdir /root/ovs28" \ --run-command "yumdownloader --destdir=/root/ovs28 openvswitch*2.8* python-openvswitch-2.8*" \ --upload ${CACHE_DIR}/$kvmfornfv_kernel_rpm:/root/ \ - --install python2-networking-sfc \ + --install "http://mirror.centos.org/centos/7/cloud/x86_64/openstack-ocata/python2-networking-sfc-4.0.0-1.el7.noarch.rpm" \ --install python-etcd,puppet-etcd \ --install patch \ -a overcloud-full_build.qcow2 diff --git a/build/undercloud.sh b/build/undercloud.sh index f43f0f5f..5fff410b 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -40,7 +40,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --upload ${BUILD_DIR}/apex-tripleo-heat-templates.tar.gz:/usr/share \ --install "openstack-utils" \ --install "ceph-common" \ - --install "python2-networking-sfc" \ + --install "http://mirror.centos.org/centos/7/cloud/x86_64/openstack-ocata/python2-networking-sfc-4.0.0-1.el7.noarch.rpm" \ --install epel-release \ --install python34,python34-pip \ --install openstack-ironic-inspector,subunit-filters,docker-distribution,openstack-tripleo-validations \ -- cgit 1.2.3-korg