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

This commit is contained in:
Constantine Peresypkin 2013-08-27 15:44:29 +03:00 committed by Michael DeHaan
parent 499a2fe456
commit 4bd485d87f

View file

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