Remove neutron from upper-constraints 42/71642/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 7 Dec 2020 10:34:16 +0000 (11:34 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 7 Dec 2020 10:34:16 +0000 (11:34 +0100)
Neutron is the only service defined as upper-constraints.
https://github.com/openstack/requirements/blob/stable/victoria/upper-constraints.txt#L61

Change-Id: Ifeb2bd7203c63171722d691a9e6f3f7b439904e1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index 0a128d1..baccc03 100644 (file)
@@ -22,6 +22,7 @@ RUN apk --no-cache add --update \
         git fetch --tags https://gerrit.opnfv.org/gerrit/functest $BRANCH && \
         git checkout FETCH_HEAD) && \
     sed -i -E /^tempest==+.*$/d /src/requirements/upper-constraints.txt && \
+    sed -i -E /^neutron==+.*$/d /src/requirements/upper-constraints.txt && \
     case $(uname -m) in aarch*|arm*) sed -i -E /^PyNaCl=/d /src/requirements/upper-constraints.txt && apk add --no-cache py3-pynacl ;; esac && \
     sed -i -E /#egg=functest/d /src/functest/upper-constraints.txt && \
     pip3 install --no-cache-dir --src /src -c/src/functest/upper-constraints.txt -c/src/requirements/upper-constraints.txt \