diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-06 11:10:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-06 11:10:51 +0000 |
commit | 18901fa91bbc16d8dec39ef62ecd105b83469e02 (patch) | |
tree | a030b4bf35e038f993ffd00b1f5185170addff85 /functest | |
parent | 50d5df866dca863106dd6b39457dbd22f8179e70 (diff) | |
parent | b844b5501369562a1c36a7ada53a79576117e6d2 (diff) |
Merge "Change endpoint type for Kingbird"
Diffstat (limited to 'functest')
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/conf_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/conf_utils.py b/functest/opnfv_tests/openstack/tempest/conf_utils.py index 0c9064a1..91a5bb4b 100644 --- a/functest/opnfv_tests/openstack/tempest/conf_utils.py +++ b/functest/opnfv_tests/openstack/tempest/conf_utils.py @@ -208,7 +208,7 @@ def configure_tempest_multisite(deployment_dir): # cmd = ("openstack endpoint show kingbird | grep publicurl |" # "awk '{print $4}' | awk -F '/' '{print $4}'") # kingbird_api_version = os.popen(cmd).read() - kingbird_api_version = os_utils.get_endpoint(service_type='kingbird') + kingbird_api_version = os_utils.get_endpoint(service_type='multisite') if CI_INSTALLER_TYPE == 'fuel': # For MOS based setup, the service is accessible |