update comment review url

Change-Id: I54efbb3fd30f2929659a2aa76f3047167abd59f2
This commit is contained in:
wangfaxin 2019-12-18 18:08:46 +08:00
parent 028d9b3723
commit f3ba04a92f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def method_wrapper(func):
1) Each service method should not be called with positional arguments,
since it can lead mistakes in wrong order while writing version
compatible code. We had such situation in KeystoneWrapper
(see https://review.openstack.org/#/c/309470/ ):
(see https://review.opendev.org/#/c/309470/ ):
.. code-block:: python