Follow up to bump of minimum required OpenStack SDK release to SDK 0.36.0 (Train)

Commit 879270aa47 [1] bumped the required minimum SDK release
but missed to update two locations in code and docs.

Ref.:
[1] 879270aa47

Change-Id: I725a26b07484619f6f2c460e974821f81d60b153
This commit is contained in:
Jakob Meng
2022-04-22 12:08:22 +02:00
parent bb25330ddc
commit 5a43bdb873
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ options:
type: str
requirements:
- python >= 3.6
- openstacksdk >= 0.12.0
- openstacksdk >= 0.36.0
notes:
- The standard OpenStack environment variables, such as C(OS_USERNAME)
may be used instead of providing explicit values.