diff options
-rw-r--r-- | functest/utils/functest_utils.py | 4 |
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. |