diff --git a/README.rst b/README.rst index d464ba4..2c2a747 100644 --- a/README.rst +++ b/README.rst @@ -19,10 +19,10 @@ Other Resources * Source code: - * `Blazar `__ - * `Nova scheduler filter `__ - * `Client tools `__ - * `Dashboard (Horizon plugin) `__ + * `Blazar `__ + * `Nova scheduler filter `__ + * `Client tools `__ + * `Dashboard (Horizon plugin) `__ * Blueprints/Bugs: https://launchpad.net/blazar * Documentation: https://docs.openstack.org/blazar/latest/ diff --git a/tools/tox_install.sh b/tools/tox_install.sh index 0acbe16..254726b 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -51,7 +51,7 @@ elif [ -x "$ZUUL_CLONER" ]; then $ZUUL_CLONER --cache-dir \ /opt/git \ --branch $BRANCH_NAME \ - https://git.openstack.org \ + https://opendev.org \ openstack/nova cd openstack/nova $install_cmd -e . @@ -59,7 +59,7 @@ elif [ -x "$ZUUL_CLONER" ]; then else echo "PIP HARDCODE" > /tmp/tox_install.txt if [ -z "$NOVA_PIP_LOCATION" ]; then - NOVA_PIP_LOCATION="git+https://git.openstack.org/openstack/nova@$BRANCH_NAME#egg=nova" + NOVA_PIP_LOCATION="git+https://opendev.org/openstack/nova@$BRANCH_NAME#egg=nova" fi $install_cmd -U -e ${NOVA_PIP_LOCATION} fi diff --git a/tox.ini b/tox.ini index d0bd47b..aafb513 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt setenv = VIRTUAL_ENV={envdir}