From fe4138aea45da82c60259b5e4fd9cc18a50ab07b Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Mon, 22 Apr 2019 20:07:49 +0900 Subject: [PATCH] Updates for OpenDev transition Replace 'git.openstack.org' with 'opendev.org' in contributor/index.rst. Update URLs in other places as well though there are redirects. See the following URLs for more details: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Change-Id: Ifb9f4274d2fd0fa81e7501fe176eeead3acd0e3e --- README.rst | 2 +- doc/source/contributor/index.rst | 4 ++-- doc/source/contributor/testing.rst | 2 +- doc/source/reference/deprecation-policy.rst | 4 ++-- novaclient/tests/functional/v2/legacy/test_os_services.py | 2 +- novaclient/tests/functional/v2/test_os_services.py | 2 +- novaclient/tests/unit/v2/test_shell.py | 2 +- tox.ini | 8 ++++---- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 06914fe4c..fe139a7b4 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ This is a client for the OpenStack Compute API. It provides a Python API (the .. _Launchpad project: https://launchpad.net/python-novaclient .. _Blueprints: https://blueprints.launchpad.net/python-novaclient .. _Bugs: https://bugs.launchpad.net/python-novaclient -.. _Source: https://git.openstack.org/cgit/openstack/python-novaclient +.. _Source: https://opendev.org/openstack/python-novaclient .. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html .. _Specs: http://specs.openstack.org/openstack/nova-specs/ .. _Release Notes: https://docs.openstack.org/releasenotes/python-novaclient diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 8dad2d857..91ead0be4 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -2,11 +2,11 @@ Contributor Guide =================== -Code is hosted at `git.openstack.org`__. Submit bugs to the python-novaclient +Code is hosted at `opendev.org`__. Submit bugs to the python-novaclient project on `Launchpad`__. Submit code to the `openstack/python-novaclient` project using `Gerrit`__. -__ https://git.openstack.org/cgit/openstack/python-novaclient +__ https://opendev.org/openstack/python-novaclient __ https://bugs.launchpad.net/python-novaclient __ https://docs.openstack.org/infra/manual/developers.html#development-workflow diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index 1b285745e..f4f930214 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -31,4 +31,4 @@ DevStack installation with a demo and an admin user/tenant - or clouds named Refer to `Consistent Testing Interface`__ for more details. -__ https://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst +__ https://opendev.org/openstack/governance/src/branch/master/reference/project-testing-interface.rst diff --git a/doc/source/reference/deprecation-policy.rst b/doc/source/reference/deprecation-policy.rst index 0085bca90..c7e84fbbc 100644 --- a/doc/source/reference/deprecation-policy.rst +++ b/doc/source/reference/deprecation-policy.rst @@ -21,9 +21,9 @@ The process for command deprecation is: 2. Once the change is approved, have a member of the `nova-release`_ team release a new version of `python-novaclient`. - .. _nova-release: https://review.openstack.org/#/admin/groups/147,members + .. _nova-release: https://review.opendev.org/#/admin/groups/147,members -3. Example: ``_ +3. Example: ``_ This change was made while the nova 12.0.0 Liberty release was in development. The current version of `python-novaclient` at the time was diff --git a/novaclient/tests/functional/v2/legacy/test_os_services.py b/novaclient/tests/functional/v2/legacy/test_os_services.py index 6a12de2c2..92d426518 100644 --- a/novaclient/tests/functional/v2/legacy/test_os_services.py +++ b/novaclient/tests/functional/v2/legacy/test_os_services.py @@ -28,7 +28,7 @@ class TestOsServicesNovaClient(base.ClientTestBase): # services returned by client # NOTE(sdague): service disable has the chance in racing # with other tests. Now functional tests for novaclient are launched - # in serial way (https://review.openstack.org/#/c/217768/), but + # in serial way (https://review.opendev.org/#/c/217768/), but # it's a potential issue for making these tests parallel in the future for serv in self.client.services.list(): # In Pike the os-services API was made multi-cell aware and it diff --git a/novaclient/tests/functional/v2/test_os_services.py b/novaclient/tests/functional/v2/test_os_services.py index 40da9f749..8550bba6c 100644 --- a/novaclient/tests/functional/v2/test_os_services.py +++ b/novaclient/tests/functional/v2/test_os_services.py @@ -72,7 +72,7 @@ class TestOsServicesNovaClientV2_53(base.ClientTestBase): # services returned by client # NOTE(sdague): service disable has the chance in racing # with other tests. Now functional tests for novaclient are launched - # in serial way (https://review.openstack.org/#/c/217768/), but + # in serial way (https://review.opendev.org/#/c/217768/), but # it's a potential issue for making these tests parallel in the future for serv in self.client.services.list(): # In Pike the os-services API was made multi-cell aware and it diff --git a/novaclient/tests/unit/v2/test_shell.py b/novaclient/tests/unit/v2/test_shell.py index bf7a86674..447a7229f 100644 --- a/novaclient/tests/unit/v2/test_shell.py +++ b/novaclient/tests/unit/v2/test_shell.py @@ -4095,7 +4095,7 @@ class ShellTest(utils.TestCase): # before feature-freeze # (we can do it, since nova-api change didn't actually add # new microversion, just an additional checks. See - # https://review.openstack.org/#/c/233076/ for more details) + # https://review.opendev.org/#/c/233076/ for more details) 20, # doesn't require any changes in novaclient 27, # NOTE(cdent): 27 adds support for updated microversion # headers, and is tested in test_api_versions, but is diff --git a/tox.ini b/tox.ini index 0e6b4bbeb..afd097f07 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ passenv = ZUUL_CACHE_DIR REQUIREMENTS_PIP_LOCATION install_command = pip install {opts} {packages} 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 commands = @@ -32,7 +32,7 @@ commands = bandit -r novaclient -n5 -x tests [testenv:venv] basepython = python3 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 -r{toxinidir}/doc/requirements.txt @@ -41,7 +41,7 @@ commands = {posargs} [testenv:docs] basepython = python3 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}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = @@ -53,7 +53,7 @@ commands = [testenv:releasenotes] basepython = python3 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}/requirements.txt -r{toxinidir}/doc/requirements.txt commands =