diff options
author | 2019-04-21 20:32:45 +0200 | |
---|---|---|
committer | 2019-04-21 21:01:26 +0200 | |
commit | 668a407e154475ed59eefac53285ecce5b17581d (patch) | |
tree | 111644415087371082385c2091f5b4cb77b179bb /docker/core/Dockerfile | |
parent | d02aa9919eb04974d096fcd54891723482f8d056 (diff) |
Update all OpenStack refs to opendev.org
Change-Id: I829c7798d21abb013db09d80cc509862fa5b9e2d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit cfcf5d41cbf26a7fc5d0b07d9ca45d73538036d8)
Diffstat (limited to 'docker/core/Dockerfile')
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 869a76f4..fc7accb5 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -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" && \ |