diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 14bbb96..eb8cfba 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/README.rst b/README.rst index 75d6f20..a2ec2ba 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,6 @@ It contains the tempest tests for testing Container Infrastructure Management Service for OpenStack. * Free software: Apache license -* Documentation: http://docs.openstack.org/magnum/latest -* Source: http://git.openstack.org/cgit/openstack/magnum-tempest-plugin +* Documentation: https://docs.openstack.org/magnum/latest +* Source: https://opendev.org/openstack/magnum-tempest-plugin * Bugs: https://storyboard.openstack.org/#!/project/openstack/magnum-tempest-plugin diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 52b20cd..27e9c09 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/cgit/openstack/magnum-tempest-plugin + $ git clone https://opendev.org/openstack/magnum-tempest-plugin $ cd magnum-tempest-plugin/ $ pip install -e . diff --git a/setup.cfg b/setup.cfg index 5425c14..93b3c6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = https://git.openstack.org/cgit/openstack/magnum-tempest-plugin +home-page = https://opendev.org/openstack/magnum-tempest-plugin classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/tox.ini b/tox.ini index 7599f11..d66a3af 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://releases.openstack.org/constraints/upper/master} {opts} {packages} whitelist_externals = bash find setenv =