From bbfdeb49fa577de0e032f562d77c0d1d4c43a9d7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 26 Jan 2020 11:42:32 +0100 Subject: Remove Neutron from upper-constraints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It takes into account the last change in Train upper-constraints.txt [1]. We could also leverage on neutron package instead but only Train is putting this constraint from the time being. [1] https://github.com/openstack/requirements/commit/1d0f6fc806ec197beee808674c57a7aa6b281e81 Change-Id: Icdbf13c2f6aa59ba48baeaf4e8f84cc041659f4f Signed-off-by: Cédric Ollivier --- docker/smoke/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/smoke/Dockerfile') diff --git a/docker/smoke/Dockerfile b/docker/smoke/Dockerfile index be96d0bab..aa3add8c1 100644 --- a/docker/smoke/Dockerfile +++ b/docker/smoke/Dockerfile @@ -16,6 +16,7 @@ RUN apk --no-cache add --update libxml2 libxslt && \ openssl-dev libjpeg-turbo-dev libxml2-dev libxslt-dev && \ wget -q -O- https://opendev.org/openstack/requirements/raw/branch/$OPENSTACK_TAG/upper-constraints.txt > upper-constraints.txt && \ sed -i -E /^tempest==+.*$/d upper-constraints.txt && \ + sed -i -E /^neutron==+.*$/d upper-constraints.txt && \ case $(uname -m) in aarch*|arm*) sed -i -E /^PyNaCl=/d upper-constraints.txt ;; esac && \ wget -q -O- https://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH > upper-constraints.opnfv.txt && \ sed -i -E /#egg=functest/d upper-constraints.opnfv.txt && \ -- cgit 1.2.3-korg