Remove Neutron from upper-constraints 79/69579/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 26 Jan 2020 10:42:32 +0000 (11:42 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 26 Jan 2020 10:45:44 +0000 (11:45 +0100)
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 <cedric.ollivier@orange.com>
docker/smoke/Dockerfile

index be96d0b..aa3add8 100644 (file)
@@ -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 && \