aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-03-12 14:42:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-12 14:42:35 +0000
commit646834350c6fceb385f0907902986accf0ed4274 (patch)
tree0992e9e62fbc107cd832767c7df61f2bfd04c4fc /functest/opnfv_tests
parent42867b6f9bd8053b4d91ee0fc1fd127ae2919f15 (diff)
parent075bbb0399d114b0268b48073921e003db9d4b91 (diff)
Merge "Stopping setting identity-feature-enabled if Patrole"
Diffstat (limited to 'functest/opnfv_tests')
-rw-r--r--functest/opnfv_tests/openstack/patrole/patrole.py1
1 files changed, 0 insertions, 1 deletions
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)