From ee92bf3e349a15326028df343e89a114eac859da Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sat, 28 Sep 2019 13:14:00 +0200 Subject: [PATCH] Fix falsy links MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 07f4468978fdc43d7a9885f6e4efa87b5e83d2a9) --- functest/utils/functest_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functest/utils/functest_utils.py b/functest/utils/functest_utils.py index daea3561c..98121199b 100644 --- a/functest/utils/functest_utils.py +++ b/functest/utils/functest_utils.py @@ -145,7 +145,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. @@ -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 - `_ but allows testing vs + `_ but allows testing vs public endpoints. It's worth mentioning that it doesn't support keystone v2. -- 2.16.6