From: Cédric Ollivier Date: Mon, 15 Apr 2019 12:18:40 +0000 (+0200) Subject: Stop forcing admin_scope_domain = True X-Git-Tag: opnfv-9.0.0~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F67594%2F1;p=functest.git Stop forcing admin_scope_domain = True 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 (cherry picked from commit f038f387a8a0499d39b3fa5091c333b6b0ef5af7) --- diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py index 821d545bf..894b6e2b3 100644 --- a/functest/opnfv_tests/openstack/tempest/tempest.py +++ b/functest/opnfv_tests/openstack/tempest/tempest.py @@ -288,7 +288,6 @@ class TempestCommon(singlevm.VmReady2): 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')