Update all OpenStack refs to opendev.org 57/67657/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Apr 2019 18:32:45 +0000 (20:32 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Apr 2019 19:01:26 +0000 (21:01 +0200)
Change-Id: I829c7798d21abb013db09d80cc509862fa5b9e2d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit cfcf5d41cbf26a7fc5d0b07d9ca45d73538036d8)

docker/core/Dockerfile
docker/features/Dockerfile
tox.ini

index 869a76f..fc7accb 100644 (file)
@@ -13,7 +13,7 @@ RUN apk --no-cache add --update python py-pip bash git grep && \
         git checkout FETCH_HEAD) && \
     pip install \
         -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$OPNFV_TAG \
-        -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \
+        -chttps://opendev.org/openstack/requirements/raw/branch/$OPENSTACK_TAG/upper-constraints.txt \
         /src/functest-kubernetes && \
     rm -rf /src/functest-kubernetes && \
     bash -c "mkdir -p /var/lib/xtesting /home/opnfv" && \
index 1629cfc..9bef2b9 100644 (file)
@@ -11,7 +11,7 @@ RUN apk --no-cache add --update make py-pip bash git go \
         python-dev libffi-dev openssl-dev libjpeg-turbo-dev && \
     pip install \
         -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$OPNFV_TAG \
-        -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \
+        -chttps://opendev.org/openstack/requirements/raw/branch/$OPENSTACK_TAG/upper-constraints.txt \
         -rthirdparty-requirements.txt && \
     rm -f thirdparty-requirements.txt && \
     apk del .build-deps
diff --git a/tox.ini b/tox.ini
index 750ca7c..5890a0e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27
 usedevelop = True
 deps =
   -chttps://git.opnfv.org/functest/plain/upper-constraints.txt
-  -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky}
+  -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/rocky/upper-constraints.txt}
   -r{toxinidir}/requirements.txt
   -r{toxinidir}/test-requirements.txt
 install_command = pip install {opts} {packages}