Fix falsy links 50/68550/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:37:50 +0000 (13:37 +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>
(cherry picked from commit 07f4468978fdc43d7a9885f6e4efa87b5e83d2a9)

functest/utils/functest_utils.py

index daea356..9812119 100644 (file)
@@ -145,7 +145,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.
 
@@ -168,7 +168,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.