From 4bd485d87f12c19fdc4ad51759fbcbabaa6360b0 Mon Sep 17 00:00:00 2001 From: Constantine Peresypkin Date: Tue, 27 Aug 2013 15:44:29 +0300 Subject: [PATCH] fixed identity type not set in inventory/rax.py plugin --- plugins/inventory/rax.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/inventory/rax.py b/plugins/inventory/rax.py index abfc90dd516..bcfe6745617 100755 --- a/plugins/inventory/rax.py +++ b/plugins/inventory/rax.py @@ -115,6 +115,7 @@ except KeyError, e: pyrax.set_setting('identity_type', 'rackspace') try: + pyrax.set_setting("identity_type", "rackspace") pyrax.set_credential_file(os.path.expanduser(creds_file), region=region) except Exception, e: