Fix doc requirements, and consistently require python 3.6+

Change-Id: I43f4ba5718422f75f553e3cae88fa887722aa044
This commit is contained in:
Mark Chappell
2020-03-16 10:31:33 +01:00
parent 400e9c4873
commit 9e9dacdf3c
53 changed files with 117 additions and 76 deletions

View File

@@ -62,7 +62,9 @@ options:
User defined portip is often required when a multiple router need
to be connected to a single subnet for which the default gateway has
been already used.
requirements: ["openstacksdk"]
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment:
- openstack.cloud.openstack