diff options
author | Tim Rozet <trozet@redhat.com> | 2017-10-02 09:34:58 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-10-02 18:24:58 +0000 |
commit | 2be3a2ce5c1c90c489f424bc9ac80de5336bbcc5 (patch) | |
tree | 9b898befda0b9bbcc94e3d2cf186ffbcc803a42d /build/undercloud.sh | |
parent | 1ffe380a91d9751c480d3e9c344d412c49ad72d2 (diff) |
Fixes python-networking-sfc install
Change-Id: Ib86cd5845e94e351615c3eb7db07b6a3bcec966f
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 38907e27e354e2c7806b63d9482b6246c6685022)
Diffstat (limited to 'build/undercloud.sh')
-rwxr-xr-x | build/undercloud.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |