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

@@ -17,9 +17,8 @@ author: "Monty Taylor (@emonty)"
description: description:
- Retrieve an auth token from an OpenStack Cloud - Retrieve an auth token from an OpenStack Cloud
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack
''' '''

View File

@@ -61,7 +61,9 @@ options:
- Timeout for creating the cluster in minutes. Default to 60 mins - Timeout for creating the cluster in minutes. Default to 60 mins
if not set if not set
default: 60 default: 60
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -117,7 +117,9 @@ options:
description: description:
- The name of the driver used for instantiating container volumes - The name of the driver used for instantiating container volumes
choices: [cinder, rexray] choices: [cinder, rexray]
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -25,9 +25,6 @@ description:
Note that the M(os_flavor_info) module no longer returns C(ansible_facts)! Note that the M(os_flavor_info) module no longer returns C(ansible_facts)!
notes: notes:
- The result contains a list of unsorted flavors. - The result contains a list of unsorted flavors.
requirements:
- "python >= 3.6""
- "openstacksdk"
options: options:
name: name:
description: description:
@@ -64,6 +61,9 @@ options:
storage. Format is the same as the I(ram) parameter storage. Format is the same as the I(ram) parameter
type: bool type: bool
default: 'no' default: 'no'
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -69,7 +69,9 @@ options:
IP completely, or only detach it from the server. Default is to detach only. IP completely, or only detach it from the server. Default is to detach only.
type: bool type: bool
default: 'no' default: 'no'
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -33,7 +33,7 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -16,9 +16,6 @@ short_description: Retrieve info about one or more OpenStack groups
author: "Phillipe Smith (@phsmith)" author: "Phillipe Smith (@phsmith)"
description: description:
- Retrieve info about a one or more OpenStack groups. - Retrieve info about a one or more OpenStack groups.
requirements:
- "python >= 3.6""
- "openstacksdk"
options: options:
name: name:
description: description:
@@ -34,6 +31,9 @@ options:
- A dictionary of meta data to use for further filtering. Elements of - A dictionary of meta data to use for further filtering. Elements of
this dictionary may be additional dictionaries. this dictionary may be additional dictionaries.
type: dict type: dict
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -79,7 +79,9 @@ options:
description: description:
- ID of a volume to create an image from. - ID of a volume to create an image from.
- The volume must be in AVAILABLE state. - The volume must be in AVAILABLE state.
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -17,9 +17,6 @@ description:
- Retrieve information about a image image from OpenStack. - Retrieve information about a image image from OpenStack.
- This module was called C(os_image_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(os_image_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(os_image_info) module no longer returns C(ansible_facts)! Note that the M(os_image_info) module no longer returns C(ansible_facts)!
requirements:
- "python >= 3.6""
- "openstacksdk"
options: options:
image: image:
description: description:
@@ -30,6 +27,9 @@ options:
- Dict of properties of the images used for query - Dict of properties of the images used for query
type: dict type: dict
required: false required: false
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -112,7 +112,10 @@ options:
type: bool type: bool
default: 'no' default: 'no'
aliases: [ skip_update_of_driver_password ] aliases: [ skip_update_of_driver_password ]
requirements: ["openstacksdk", "jsonpatch"] requirements:
- "python >= 3.6"
- "openstacksdk"
- "jsonpatch"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -38,7 +38,9 @@ options:
- A timeout in seconds to tell the role to wait for the node to complete introspection if wait is set to True. - A timeout in seconds to tell the role to wait for the node to complete introspection if wait is set to True.
default: 1200 default: 1200
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -84,6 +84,9 @@ options:
description: description:
- An integer value representing the number of seconds to - An integer value representing the number of seconds to
wait for the node activation or deactivation to complete. wait for the node activation or deactivation to complete.
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -38,6 +38,9 @@ options:
with the new content. with the new content.
choices: [present, absent, replace] choices: [present, absent, replace]
default: present default: present
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -38,7 +38,7 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -17,9 +17,6 @@ description:
- Retrieve information about a one or more OpenStack domains - Retrieve information about a one or more OpenStack domains
- This module was called C(os_keystone_domain_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(os_keystone_domain_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(os_keystone_domain_info) module no longer returns C(ansible_facts)! Note that the M(os_keystone_domain_info) module no longer returns C(ansible_facts)!
requirements:
- "python >= 3.6""
- "sdk"
options: options:
name: name:
description: description:
@@ -28,6 +25,9 @@ options:
description: description:
- A dictionary of meta data to use for further filtering. Elements of - A dictionary of meta data to use for further filtering. Elements of
this dictionary may be additional dictionaries. this dictionary may be additional dictionaries.
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -47,7 +47,8 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- openstacksdk >= 0.13.0 - "python >= 3.6"
- "openstacksdk >= 0.13.0"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -28,7 +28,7 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -40,7 +40,7 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -48,7 +48,9 @@ options:
- The amount of time the module should wait for the load balancer to get - The amount of time the module should wait for the load balancer to get
into ACTIVE state. into ACTIVE state.
default: 180 default: 180
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -119,7 +119,9 @@ options:
description: description:
- The amount of time the module should wait. - The amount of time the module should wait.
default: 180 default: 180
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -49,7 +49,9 @@ options:
- The amount of time the module should wait for the load balancer to get - The amount of time the module should wait for the load balancer to get
into ACTIVE state. into ACTIVE state.
default: 180 default: 180
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -75,7 +75,8 @@ options:
Network will use Openstack defaults if this option is Network will use Openstack defaults if this option is
not provided. not provided.
requirements: requirements:
- "openstacksdk" - "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -18,9 +18,6 @@ description:
- Retrieve information about one or more networks from OpenStack. - Retrieve information about one or more networks from OpenStack.
- This module was called C(os_networks_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(os_networks_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(os_networks_info) module no longer returns C(ansible_facts)! Note that the M(os_networks_info) module no longer returns C(ansible_facts)!
requirements:
- "python >= 3.6""
- "sdk"
options: options:
name: name:
description: description:
@@ -31,6 +28,9 @@ options:
- A dictionary of meta data to use for further filtering. Elements of - A dictionary of meta data to use for further filtering. Elements of
this dictionary may be additional dictionaries. this dictionary may be additional dictionaries.
required: false required: false
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -64,7 +64,9 @@ options:
extra_specs: extra_specs:
description: description:
- Metadata dictionary - Metadata dictionary
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -42,6 +42,9 @@ options:
- Should the resource be present or absent. - Should the resource be present or absent.
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -53,7 +53,9 @@ options:
- The amount of time the module should wait for the pool to get - The amount of time the module should wait for the pool to get
into ACTIVE state. into ACTIVE state.
default: 180 default: 180
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -17,9 +17,6 @@ author: "Davide Agnello (@dagnello)"
description: description:
- Add, Update or Remove ports from an OpenStack cloud. A I(state) of - Add, Update or Remove ports from an OpenStack cloud. A I(state) of
'present' will ensure the port is created or updated if required. 'present' will ensure the port is created or updated if required.
requirements:
- "ordereddict unless python >= 3.6""
- "openstacksdk"
options: options:
network: network:
description: description:
@@ -85,6 +82,9 @@ options:
description: description:
- Whether to enable or disable the port security on the network. - Whether to enable or disable the port security on the network.
type: bool type: bool
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -17,9 +17,6 @@ description:
- Retrieve information about ports from OpenStack. - Retrieve information about ports from OpenStack.
- This module was called C(os_port_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(os_port_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(os_port_info) module no longer returns C(ansible_facts)! Note that the M(os_port_info) module no longer returns C(ansible_facts)!
requirements:
- "python >= 3.6""
- "openstacksdk"
options: options:
port: port:
description: description:
@@ -30,6 +27,9 @@ options:
of this dictionary will be matched against the returned port of this dictionary will be matched against the returned port
dictionaries. Matching is currently limited to strings within dictionaries. Matching is currently limited to strings within
the port dictionary, or strings within nested dictionaries. the port dictionary, or strings within nested dictionaries.
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -42,7 +42,7 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -43,6 +43,7 @@ options:
description: description:
- The resource name (eg. tiny). - The resource name (eg. tiny).
requirements: requirements:
- "python >= 3.6"
- "openstacksdk" - "openstacksdk"

View File

@@ -17,9 +17,6 @@ description:
- Retrieve information about a one or more OpenStack projects - Retrieve information about a one or more OpenStack projects
- This module was called C(os_project_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(os_project_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(os_project_info) module no longer returns C(ansible_facts)! Note that the M(os_project_info) module no longer returns C(ansible_facts)!
requirements:
- "python >= 3.6""
- "openstacksdk"
options: options:
name: name:
description: description:
@@ -32,6 +29,9 @@ options:
description: description:
- A dictionary of meta data to use for further filtering. Elements of - A dictionary of meta data to use for further filtering. Elements of
this dictionary may be additional dictionaries. this dictionary may be additional dictionaries.
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -94,7 +94,7 @@ options:
description: Number of LVM volumes to allow. description: Number of LVM volumes to allow.
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk >= 0.13.0" - "openstacksdk >= 0.13.0"
- "keystoneauth1 >= 3.4.0" - "keystoneauth1 >= 3.4.0"

View File

@@ -46,7 +46,7 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

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

View File

@@ -17,9 +17,6 @@ version_added: "2.10"
author: "Bram Verschueren (@bverschueren)" author: "Bram Verschueren (@bverschueren)"
description: description:
- Retrieve information about one or more routers from OpenStack. - Retrieve information about one or more routers from OpenStack.
requirements:
- "python >= 3.6""
- "openstacksdk"
options: options:
name: name:
description: description:
@@ -59,6 +56,9 @@ options:
description: description:
- A list of tags to filter the list result by. Resources that match all tags in this list will be returned. - A list of tags to filter the list result by. Resources that match all tags in this list will be returned.
type: list type: list
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: openstack extends_documentation_fragment: openstack
''' '''

View File

@@ -35,6 +35,9 @@ options:
description: description:
- Unique name or ID of the project. - Unique name or ID of the project.
required: false required: false
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -62,7 +62,9 @@ options:
description: description:
- Unique name or ID of the project. - Unique name or ID of the project.
required: false required: false
requirements: ["openstacksdk"] requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -169,7 +169,7 @@ options:
description: description:
- Availability zone in which to create the server. - Availability zone in which to create the server.
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -45,7 +45,7 @@ options:
description: description:
- Image the server should be rebuilt with - Image the server should be rebuilt with
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -36,7 +36,7 @@ options:
and soft-affinity. and soft-affinity.
required: false required: false
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -20,9 +20,6 @@ description:
Note that the M(os_server_info) module no longer returns C(ansible_facts)! Note that the M(os_server_info) module no longer returns C(ansible_facts)!
notes: notes:
- The result contains a list of servers. - The result contains a list of servers.
requirements:
- "python >= 3.6""
- "openstacksdk"
options: options:
server: server:
description: description:
@@ -44,6 +41,9 @@ options:
scoped project. scoped project.
type: bool type: bool
default: 'no' default: 'no'
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -38,8 +38,8 @@ options:
- Availability zone in which to create the snapshot. - Availability zone in which to create the snapshot.
required: false required: false
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstack" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -36,7 +36,7 @@ options:
description: description:
- Device you want to attach. Defaults to auto finding a device name. - Device you want to attach. Defaults to auto finding a device name.
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -52,7 +52,7 @@ options:
- Maximum number of seconds to wait for the stack creation - Maximum number of seconds to wait for the stack creation
default: 3600 default: 3600
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -91,7 +91,7 @@ options:
required: false required: false
default: {} default: {}
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -18,9 +18,6 @@ description:
- Retrieve information about one or more subnets from OpenStack. - Retrieve information about one or more subnets from OpenStack.
- This module was called C(os_subnets_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(os_subnets_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(os_subnets_info) module no longer returns C(ansible_facts)! Note that the M(os_subnets_info) module no longer returns C(ansible_facts)!
requirements:
- "python >= 3.6""
- "openstacksdk"
options: options:
name: name:
description: description:
@@ -33,6 +30,9 @@ options:
- A dictionary of meta data to use for further filtering. Elements of - A dictionary of meta data to use for further filtering. Elements of
this dictionary may be additional dictionaries. this dictionary may be additional dictionaries.
required: false required: false
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -56,7 +56,7 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -30,7 +30,7 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -17,9 +17,6 @@ description:
- Retrieve information about a one or more OpenStack users - Retrieve information about a one or more OpenStack users
- This module was called C(os_user_facts) before Ansible 2.9, returning C(ansible_facts). - This module was called C(os_user_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(os_user_info) module no longer returns C(ansible_facts)! Note that the M(os_user_info) module no longer returns C(ansible_facts)!
requirements:
- "python >= 3.6""
- "openstacksdk"
options: options:
name: name:
description: description:
@@ -32,6 +29,9 @@ options:
description: description:
- A dictionary of meta data to use for further filtering. Elements of - A dictionary of meta data to use for further filtering. Elements of
this dictionary may be additional dictionaries. this dictionary may be additional dictionaries.
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -44,7 +44,7 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:

View File

@@ -57,8 +57,8 @@ options:
description: description:
- Metadata for the volume - Metadata for the volume
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -42,8 +42,8 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment:
- openstack.cloud.openstack - openstack.cloud.openstack

View File

@@ -44,7 +44,7 @@ options:
choices: [present, absent] choices: [present, absent]
default: present default: present
requirements: requirements:
- "python >= 3.6"" - "python >= 3.6"
- "openstacksdk" - "openstacksdk"
extends_documentation_fragment: extends_documentation_fragment: