Include identity_type required by Pyrax 1.4

pull/3367/head
rstrox 12 years ago
parent 0a10727652
commit e836e5789e

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

Loading…
Cancel
Save