mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 04:41:27 +00:00
identity_type is set dynamically above
This commit is contained in:
@@ -45,8 +45,6 @@ def setup_rax_module(module, rax_module):
|
||||
module.fail_json(msg='Unable to load %s' % e.message)
|
||||
|
||||
try:
|
||||
rax_module.set_setting('identity_type', 'rackspace')
|
||||
|
||||
if api_key and username:
|
||||
if api_key == 'USE_KEYRING':
|
||||
rax_module.keyring_auth(username)
|
||||
|
||||
Reference in New Issue
Block a user