mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #14500 from yfried-redhat/fix_os_auth
Fix openstack auth type
This commit is contained in:
commit
13282e29a8
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def openstack_full_argument_spec(**kwargs):
|
|||
spec = dict(
|
||||
cloud=dict(default=None),
|
||||
auth_type=dict(default=None),
|
||||
auth=dict(default=None, no_log=True),
|
||||
auth=dict(default=None, type='dict', no_log=True),
|
||||
region_name=dict(default=None),
|
||||
availability_zone=dict(default=None),
|
||||
verify=dict(default=True, aliases=['validate_certs']),
|
||||
|
|
Loading…
Reference in a new issue