mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
Merge pull request #3367 from rstrox/devel
Include identity_type required by Pyrax 1.4
This commit is contained in:
@@ -247,6 +247,7 @@ def main():
|
||||
|
||||
# setup the auth
|
||||
try:
|
||||
pyrax.set_setting("identity_type", "rackspace")
|
||||
pyrax.set_credential_file(creds_file, region=region)
|
||||
except Exception, e:
|
||||
module.fail_json(msg = '%s' % e.message)
|
||||
|
||||
Reference in New Issue
Block a user