diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-21 20:32:45 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-21 21:00:29 +0200 |
commit | 131d0d332e2537bf23a146f5efea4312b97a640d (patch) | |
tree | 8c5eaca9d9d874d22d78a6c1462c9383c95575c5 /docker/features | |
parent | f52392d79c4cb888c8a8e42e4cbec2d5c45d47e7 (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/features')
-rw-r--r-- | docker/features/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index 9e1123ba..ca2de072 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -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 |