From: Cédric Ollivier Date: Sat, 28 Sep 2019 11:14:00 +0000 (+0200) Subject: Fix falsy links X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=refs%2Fchanges%2F48%2F68548%2F1;p=functest.git 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 --- 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 - `_ but allows testing vs + `_ 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 - `_ but allows testing vs + `_ but allows testing vs public endpoints. It's worth mentioning that it doesn't support keystone v2.