From: Cédric Ollivier Date: Mon, 12 Mar 2018 12:32:14 +0000 (+0100) Subject: Stopping setting identity-feature-enabled if Patrole X-Git-Tag: opnfv-6.0.0~89^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F53529%2F1;p=functest.git Stopping setting identity-feature-enabled if Patrole It avoids differing from all other tempest-based testcases for a useless config option. Change-Id: I02e1786f0ba3c1f7da11f258e80f57ca624247f9 Signed-off-by: Cédric Ollivier --- diff --git a/functest/opnfv_tests/openstack/patrole/patrole.py b/functest/opnfv_tests/openstack/patrole/patrole.py index 1c17af03b..ebc3d1448 100644 --- a/functest/opnfv_tests/openstack/patrole/patrole.py +++ b/functest/opnfv_tests/openstack/patrole/patrole.py @@ -70,7 +70,6 @@ class Patrole(tempest.TempestCommon): def configure_tempest_patrole(self, role='admin'): rconfig = conf_utils.ConfigParser.RawConfigParser() rconfig.read(self.conf_file) - rconfig.set('identity-feature-enabled', 'api_v2', False) rconfig.add_section('rbac') rconfig.set('rbac', 'enable_rbac', True) rconfig.set('rbac', 'rbac_test_role', role)