mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 21:09:09 -07: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:
parent
afc4d3c203
commit
346063795d
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue