aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-12-07 11:34:16 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-12-07 11:34:16 +0100
commitbb7d47c7ba3a89efe0dce20d96ee8e465aab344b (patch)
tree1ad2e64297fc0aa70fc78787e9816b657ab71afc
parent345db3f35651b92161993e6de2e3ee3058fb43a1 (diff)
Remove neutron from upper-constraints
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>
-rw-r--r--docker/core/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 0a128d1d6..baccc03f6 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -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 \