fixed identity type not set in inventory/rax.py plugin
This commit is contained in:
parent
499a2fe456
commit
4bd485d87f
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ except KeyError, e:
|
|||
pyrax.set_setting('identity_type', 'rackspace')
|
||||
|
||||
try:
|
||||
pyrax.set_setting("identity_type", "rackspace")
|
||||
pyrax.set_credential_file(os.path.expanduser(creds_file),
|
||||
region=region)
|
||||
except Exception, e:
|
||||
|
|
Loading…
Reference in a new issue