Include identity_type required by Pyrax 1.4

This commit is contained in:
rstrox 2013-06-27 13:50:36 -05:00
parent d5c78558b7
commit 67b86c21a5

View file

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