diff --git a/README.rst b/README.rst index 254a571..bb09aed 100644 --- a/README.rst +++ b/README.rst @@ -8,5 +8,5 @@ It contains the tempest plugin for the functional testing of Blazar Project. * Free software: Apache license * Documentation: https://docs.openstack.org/blazar/latest/ -* Source: https://git.openstack.org/cgit/openstack/blazar-tempest-plugin +* Source: https://opendev.org/openstack/blazar-tempest-plugin * Bugs: https://bugs.launchpad.net/blazar diff --git a/doc/source/installation.rst b/doc/source/installation.rst index d39090e..a6ba94d 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -8,6 +8,6 @@ the same environment where Tempest is installed. At the command line:: - $ git clone https://git.openstack.org/openstack/blazar-tempest-plugin + $ git clone https://opendev.org/openstack/blazar-tempest-plugin $ cd blazar-tempest-plugin/ $ pip install -e . diff --git a/tox.ini b/tox.ini index b0528c5..805b81e 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning