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:
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')
|
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:
|
||||||
|
|
Loading…
Reference in a new issue