summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorConstantine Peresypkin <constantine@litestack.com>2013-08-27 15:44:29 +0300
committerMichael DeHaan <michael@ansibleworks.com>2013-10-14 11:57:19 -0400
commit4bd485d87f12c19fdc4ad51759fbcbabaa6360b0 (patch)
tree8d7949fea215e3425a747b21a30d273978642ce5 /plugins
parent499a2fe456c6b80904dd8dd53ad20889d0c1c966 (diff)
downloadansible-4bd485d87f12c19fdc4ad51759fbcbabaa6360b0.tar.gz
fixed identity type not set in inventory/rax.py plugin
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/inventory/rax.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/inventory/rax.py b/plugins/inventory/rax.py
index abfc90dd51..bcfe674561 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: