From 67b86c21a595468932888f3e8911731e25409433 Mon Sep 17 00:00:00 2001 From: rstrox Date: Thu, 27 Jun 2013 13:50:36 -0500 Subject: [PATCH] Include identity_type required by Pyrax 1.4 --- cloud/rax | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/rax b/cloud/rax index f2ffec48651..f54514b7a4b 100644 --- a/cloud/rax +++ b/cloud/rax @@ -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)