summaryrefslogtreecommitdiff
path: root/novaclient/tests/functional
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-04-22 20:07:49 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-04-23 01:18:31 +0000
commitfe4138aea45da82c60259b5e4fd9cc18a50ab07b (patch)
treeff7836abc79c3da77d398e6d5d026e2e47cb5517 /novaclient/tests/functional
parent7cfd3abfef05afe500a62cd32138fdb9b35936f7 (diff)
downloadpython-novaclient-fe4138aea45da82c60259b5e4fd9cc18a50ab07b.tar.gz
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
Diffstat (limited to 'novaclient/tests/functional')
-rw-r--r--novaclient/tests/functional/v2/legacy/test_os_services.py2
-rw-r--r--novaclient/tests/functional/v2/test_os_services.py2
2 files changed, 2 insertions, 2 deletions
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