Commit 467f612e by Michael DeHaan

Merge pull request #3367 from rstrox/devel

Include identity_type required by Pyrax 1.4
parents 27d90e90 e836e578
...@@ -247,6 +247,7 @@ def main(): ...@@ -247,6 +247,7 @@ def main():
# setup the auth # setup the auth
try: try:
pyrax.set_setting("identity_type", "rackspace")
pyrax.set_credential_file(creds_file, region=region) pyrax.set_credential_file(creds_file, region=region)
except Exception, e: except Exception, e:
module.fail_json(msg = '%s' % e.message) module.fail_json(msg = '%s' % e.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment