summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--doc/source/contributor/index.rst4
-rw-r--r--doc/source/contributor/testing.rst2
-rw-r--r--doc/source/reference/deprecation-policy.rst4
-rw-r--r--novaclient/tests/functional/v2/legacy/test_os_services.py2
-rw-r--r--novaclient/tests/functional/v2/test_os_services.py2
-rw-r--r--novaclient/tests/unit/v2/test_shell.py2
-rw-r--r--tox.ini8
8 files changed, 13 insertions, 13 deletions
diff --git a/README.rst b/README.rst
index 06914fe4..fe139a7b 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 8dad2d85..91ead0be 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 b699f4ad..ef1a31c9 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 0085bca9..c7e84fbb 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: `<https://review.openstack.org/#/c/185141/>`_
+3. Example: `<https://review.opendev.org/#/c/185141/>`_
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 6a12de2c..92d42651 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 40da9f74..8550bba6 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 bf7a8667..447a7229 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 ee01ddd5..3e9eab15 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,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 =
@@ -31,7 +31,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
@@ -40,7 +40,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 =
@@ -52,7 +52,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 =