mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +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:
@@ -93,6 +93,12 @@ options:
|
||||
choices: [public, internal, admin]
|
||||
required: false
|
||||
default: public
|
||||
identity_api_version:
|
||||
description:
|
||||
- The identity API version
|
||||
choices: [2.0, 3]
|
||||
required: false
|
||||
default: None
|
||||
requirements:
|
||||
- python >= 2.7
|
||||
- shade
|
||||
|
||||
Reference in New Issue
Block a user