Commit 4bd485d8 by Constantine Peresypkin Committed by Michael DeHaan

fixed identity type not set in inventory/rax.py plugin

parent 499a2fe4
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment