Fix falsy links 48/68548/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 28 Sep 2019 11:14:00 +0000 (13:14 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 28 Sep 2019 11:26:25 +0000 (13:26 +0200)
It completes the previous commit "Allow getting service via any
endpoint" [1].

[1] https://gerrit.opnfv.org/gerrit/c/functest/+/68542

Change-Id: Ib396ed75e2385f99bce51e09d37f7f05808b5b5e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/utils/functest_utils.py

index 5cfffa9..ef5dac7 100644 (file)
@@ -147,7 +147,7 @@ def list_services(cloud):
     """Search Keystone services via $OS_INTERFACE.
 
     It mainly conforms with `Shade
-    <latest/reference/api-microversion-history.html>`_ but allows testing vs
+    <https://docs.openstack.org/shade/latest>`_ but allows testing vs
     public endpoints. It's worth mentioning that it doesn't support keystone
     v2.
 
@@ -170,7 +170,7 @@ def search_services(cloud, name_or_id=None, filters=None):
     """Search Keystone services ia $OS_INTERFACE.
 
     It mainly conforms with `Shade
-    <latest/reference/api-microversion-history.html>`_ but allows testing vs
+    <https://docs.openstack.org/shade/latest>`_ but allows testing vs
     public endpoints. It's worth mentioning that it doesn't support keystone
     v2.