aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/tempest/conf_utils.py
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2018-03-14 03:05:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-14 03:05:12 +0000
commit7e2fa1942daf7b276064ca6bd7a4fcc87de16578 (patch)
tree69f9dff5b17c4fed920e150af7402a4c17d275ef /functest/opnfv_tests/openstack/tempest/conf_utils.py
parent95c0371e3fe3d515a96d941bf303a853a3f2787b (diff)
parent0ce4ba21f5b934431adfa8a96f20065483a9f5c9 (diff)
Merge "Implement trunk ports testcase"
Diffstat (limited to 'functest/opnfv_tests/openstack/tempest/conf_utils.py')
-rw-r--r--functest/opnfv_tests/openstack/tempest/conf_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/conf_utils.py b/functest/opnfv_tests/openstack/tempest/conf_utils.py
index 57a3fcd6c..95777ea90 100644
--- a/functest/opnfv_tests/openstack/tempest/conf_utils.py
+++ b/functest/opnfv_tests/openstack/tempest/conf_utils.py
@@ -266,6 +266,8 @@ def configure_tempest_update_params(tempest_conf_file, res_dir,
rconfig.set('identity', 'v3_endpoint_type',
os.environ.get('OS_ENDPOINT_TYPE'))
+ rconfig.set('network-feature-enabled', 'api_extensions', 'all')
+
if os.environ.get('OS_ENDPOINT_TYPE') is not None:
sections = rconfig.sections()
services_list = [