Fixing traceback when doing node_check
Change-Id: If6f880062bc552eb43f36d015f84af16610d4dfb
This commit is contained in:
parent
26e39000c2
commit
08772ac0da
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user