identity_type is set dynamically above
This commit is contained in:
parent
bc473c5be3
commit
139e905e98
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue