From 08772ac0da7c0092d78a35ccfcdda82ea13cdcea Mon Sep 17 00:00:00 2001 From: Anand Shanmugam Date: Mon, 6 Feb 2017 09:16:54 -0800 Subject: [PATCH] Fixing traceback when doing node_check Change-Id: If6f880062bc552eb43f36d015f84af16610d4dfb --- cloudpulse/scenario/plugins/operator_tests/operator.py | 1 - 1 file changed, 1 deletion(-) 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)