summaryrefslogtreecommitdiff
path: root/openstackclient/compute
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2019-05-12 04:40:55 +0800
committermelissaml <ma.lei@99cloud.net>2019-05-12 04:41:27 +0800
commitaabc67f3a2946c783056b5f282c9facad164e630 (patch)
tree4c27c5de2fb1d90bbf76fe00680175404e2a1618 /openstackclient/compute
parent1bc44fcdc6c96bbffdd70c57f6cb11b5c1278071 (diff)
downloadpython-openstackclient-aabc67f3a2946c783056b5f282c9facad164e630.tar.gz
Rename review.openstack.org to review.opendev.org
There are many references to review.openstack.org, and while the redirect should work, we can also go ahead and fix them. Change-Id: I82e3797dd4c05e4944f40c950b4fafe9a5334cbf
Diffstat (limited to 'openstackclient/compute')
-rw-r--r--openstackclient/compute/v2/flavor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/compute/v2/flavor.py b/openstackclient/compute/v2/flavor.py
index 2cc5f1e8..4f1e48af 100644
--- a/openstackclient/compute/v2/flavor.py
+++ b/openstackclient/compute/v2/flavor.py
@@ -432,7 +432,7 @@ class ShowFlavor(command.ShowOne):
projects = [utils.get_field(access, 'tenant_id')
for access in flavor_access]
# TODO(Huanxuan Ao): This format case can be removed after
- # patch https://review.openstack.org/#/c/330223/ merged.
+ # patch https://review.opendev.org/#/c/330223/ merged.
access_projects = utils.format_list(projects)
except Exception as e:
msg = _("Failed to get access projects list "