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

pull/4470/merge
Constantine Peresypkin 11 years ago committed by Michael DeHaan
parent 499a2fe456
commit 4bd485d87f

@ -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…
Cancel
Save