diff --git a/cloudpulse/scenario/plugins/operator_tests/operator.py b/cloudpulse/scenario/plugins/operator_tests/operator.py index 00b6a58..abe3639 100644 --- a/cloudpulse/scenario/plugins/operator_tests/operator.py +++ b/cloudpulse/scenario/plugins/operator_tests/operator.py @@ -84,7 +84,6 @@ class operator_scenario(base.Scenario): creds['project_id'] = cfg.CONF.keystone_authtoken.project_name creds['api_key'] = cfg.CONF.keystone_authtoken.password creds['auth_url'] = cfg.CONF.keystone_authtoken.auth_uri - creds['version'] = 2 creds['cacert'] = cfg.CONF.keystone_authtoken.cafile creds['endpoint_type'] = 'internalURL' nova = NovaHealth(creds)