diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-21 19:41:01 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-21 20:04:05 +0200 |
commit | b0286ddb5b6561e7416202c10346dbd6e4552be2 (patch) | |
tree | 3373855bf40b04f120c6eafb78ff61d5da5c916e /docker | |
parent | 6aa1d4ba0f22dcb65c9304051fb27f8f588dcbfc (diff) |
Update all OpenStack refs to opendev.org
Change-Id: Iefb247bcfbc490fd64bd9a78b4cacffca1603126
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d25d66ff328a91f4e75264768740409d6aac711d)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 6f04202a..336f7fef 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,7 +11,7 @@ RUN apk --no-cache add --update python py-pip bash git && \ git fetch --tags https://gerrit.opnfv.org/gerrit/functest-xtesting $BRANCH && \ git checkout FETCH_HEAD) && \ pip install --no-cache-dir --src /src \ - -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 \ -chttps://git.opnfv.org/functest-xtesting/plain/upper-constraints.txt?h=$BRANCH \ /src/functest-xtesting && \ rm -r /src/functest-xtesting && \ |