aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-09-28 13:14:00 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-09-28 13:34:46 +0200
commit47277a4439e72d0cb5a4bef21204e4ff9c09a6d3 (patch)
tree3fca521d49704e7c7c88f97bdc39c2f353176ded
parentddb3f55c8d6723174b3eaf15b228d404e3108c78 (diff)
Fix falsy links
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)
-rw-r--r--functest/utils/functest_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/utils/functest_utils.py b/functest/utils/functest_utils.py
index 5cfffa9cf..ef5dac72a 100644
--- a/functest/utils/functest_utils.py
+++ b/functest/utils/functest_utils.py
@@ -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.