1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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') pyrax.set_setting('identity_type', 'rackspace')
try: try:
pyrax.set_setting("identity_type", "rackspace")
pyrax.set_credential_file(os.path.expanduser(creds_file), pyrax.set_credential_file(os.path.expanduser(creds_file),
region=region) region=region)
except Exception, e: except Exception, e: