Fixing traceback when doing node_check

Change-Id: If6f880062bc552eb43f36d015f84af16610d4dfb
This commit is contained in:
Anand Shanmugam 2017-02-06 09:16:54 -08:00
parent 26e39000c2
commit 08772ac0da
1 changed files with 0 additions and 1 deletions

View File

@ -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)