mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add identity_api_version opt in OpenStack modules (#26103)
Fix #26092 : OpenStack modules does not work with identity v3
This commit is contained in:
@@ -90,6 +90,9 @@ def openstack_full_argument_spec(**kwargs):
|
||||
api_timeout=dict(default=None, type='int'),
|
||||
endpoint_type=dict(
|
||||
default='public', choices=['public', 'internal', 'admin']
|
||||
),
|
||||
identity_api_version=dict(
|
||||
default=None, choices=['2.0', '3']
|
||||
)
|
||||
)
|
||||
spec.update(kwargs)
|
||||
|
||||
Reference in New Issue
Block a user