diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 51eb73a5d..3c45a6de3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -48,17 +48,17 @@ Project Hosting Details * https://github.com/openstack/mistral-specs * Code Review - * https://review.openstack.org/#/q/mistral + * https://review.opendev.org/#/q/mistral - * https://review.openstack.org/#/q/python-mistralclient + * https://review.opendev.org/#/q/python-mistralclient - * https://review.openstack.org/#/q/mistral-dashboard + * https://review.opendev.org/#/q/mistral-dashboard - * https://review.openstack.org/#/q/mistral-lib + * https://review.opendev.org/#/q/mistral-lib - * https://review.openstack.org/#/q/mistral-extra + * https://review.opendev.org/#/q/mistral-extra - * https://review.openstack.org/#/q/mistral-specs + * https://review.opendev.org/#/q/mistral-specs * https://docs.openstack.org/infra/manual/developers.html#development-workflow diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index 961bf26cf..0d1007118 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -32,7 +32,7 @@ Clone the repo and go to the repo directory: .. code-block:: console - $ git clone https://git.openstack.org/openstack/mistral + $ git clone https://opendev.org/openstack/mistral $ cd mistral Generate the configuration file: diff --git a/playbooks/legacy/mistral-ha/run.yaml b/playbooks/legacy/mistral-ha/run.yaml index 3ddf97311..d44aef272 100644 --- a/playbooks/legacy/mistral-ha/run.yaml +++ b/playbooks/legacy/mistral-ha/run.yaml @@ -35,7 +35,7 @@ dest: . EOF /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - https://git.openstack.org $ZUUL_PROJECT + https://opendev.org $ZUUL_PROJECT executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace' environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 53b49acd5..04df511fa 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -46,7 +46,7 @@ ENV MISTRAL_DIR="/opt/stack/mistral" \ # We install dependencies separatly for a caching purpose COPY requirements.txt "${MISTRAL_DIR}/" RUN curl -o "${TMP_CONSTRAINTS}" \ - http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt && \ + http://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt && \ sed -i "/^mistral.*/d" "${TMP_CONSTRAINTS}" && \ pip install -r "${MISTRAL_DIR}/requirements.txt" diff --git a/tox.ini b/tox.ini index 901a8ee1d..0c6c71a4c 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt # javascript engine