Commit 139e905e by Matt Martz

identity_type is set dynamically above

parent bc473c5b
...@@ -45,8 +45,6 @@ def setup_rax_module(module, rax_module): ...@@ -45,8 +45,6 @@ def setup_rax_module(module, rax_module):
module.fail_json(msg='Unable to load %s' % e.message) module.fail_json(msg='Unable to load %s' % e.message)
try: try:
rax_module.set_setting('identity_type', 'rackspace')
if api_key and username: if api_key and username:
if api_key == 'USE_KEYRING': if api_key == 'USE_KEYRING':
rax_module.keyring_auth(username) rax_module.keyring_auth(username)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment