diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-15 14:18:40 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-15 14:39:58 +0200 |
commit | 312f1481503e44fdb29857d528d8d641e408f929 (patch) | |
tree | fcbc1742eba93abb24a1a0e13eeaad0775bf59a3 | |
parent | d5901eba84ea780e90cff4dd97155615f0b0a9fc (diff) |
Stop forcing admin_scope_domain = Trueopnfv-7.2.0
tempest fails vs devstack stable/stein and it passes successfully vs
devstack stable/rocky (Functest gates) without that option.
It may be added to tempest_conf.yaml if SUT requires it.
Change-Id: I4730c25b25403fd130d71166a8778e06fd479935
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f038f387a8a0499d39b3fa5091c333b6b0ef5af7)
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/conf_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/conf_utils.py b/functest/opnfv_tests/openstack/tempest/conf_utils.py index 7e42ad3d4..a4cdec6d3 100644 --- a/functest/opnfv_tests/openstack/tempest/conf_utils.py +++ b/functest/opnfv_tests/openstack/tempest/conf_utils.py @@ -158,7 +158,6 @@ def configure_tempest_update_params( rconfig.set('auth', 'test_accounts_file', account_file) rconfig.set('identity', 'auth_version', 'v3') rconfig.set('identity', 'admin_role', admin_role_name) - rconfig.set('identity', 'admin_domain_scope', True) rconfig.set('identity', 'default_domain_id', domain_id) if not rconfig.has_section('network'): rconfig.add_section('network') |