Bump python support version for openstack modules (#40750)
The openstack modules do not support python 2.6 as the underlying library dependency (openstacksdk) does not support python 2.6. Update the docs to make this clear.
This commit is contained in:
parent
026de6bcb0
commit
123b01aaeb
29 changed files with 29 additions and 29 deletions
|
@ -21,7 +21,7 @@ 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 >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
options:
|
options:
|
||||||
availability_zone:
|
availability_zone:
|
||||||
|
|
|
@ -29,7 +29,7 @@ notes:
|
||||||
- This module creates a new top-level C(openstack_flavors) fact, which
|
- This module creates a new top-level C(openstack_flavors) fact, which
|
||||||
contains a list of unsorted flavors.
|
contains a list of unsorted flavors.
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|
|
@ -42,7 +42,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ description:
|
||||||
notes:
|
notes:
|
||||||
- Facts are placed in the C(openstack) variable.
|
- Facts are placed in the C(openstack) variable.
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
options:
|
options:
|
||||||
image:
|
image:
|
||||||
|
|
|
@ -46,7 +46,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||||
description:
|
description:
|
||||||
- Retrieve facts about a one or more OpenStack domains
|
- Retrieve facts about a one or more OpenStack domains
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "sdk"
|
- "sdk"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|
|
@ -35,7 +35,7 @@ options:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
required: false
|
required: false
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ author: "Davide Agnello (@dagnello)"
|
||||||
description:
|
description:
|
||||||
- Retrieve facts about one or more networks from OpenStack.
|
- Retrieve facts about one or more networks from OpenStack.
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "sdk"
|
- "sdk"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|
|
@ -37,7 +37,7 @@ options:
|
||||||
choices: [present, absent]
|
choices: [present, absent]
|
||||||
default: present
|
default: present
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ description:
|
||||||
notes:
|
notes:
|
||||||
- Facts are placed in the C(openstack_ports) variable.
|
- Facts are placed in the C(openstack_ports) variable.
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
options:
|
options:
|
||||||
port:
|
port:
|
||||||
|
|
|
@ -50,7 +50,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||||
description:
|
description:
|
||||||
- Retrieve facts about a one or more OpenStack projects
|
- Retrieve facts about a one or more OpenStack projects
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|
|
@ -105,7 +105,7 @@ options:
|
||||||
|
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk >= 0.13.0"
|
- "openstacksdk >= 0.13.0"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -166,7 +166,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Availability zone in which to create the server.
|
- Availability zone in which to create the server.
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ notes:
|
||||||
- This module creates a new top-level C(openstack_servers) fact, which
|
- This module creates a new top-level C(openstack_servers) fact, which
|
||||||
contains a list of servers.
|
contains a list of servers.
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
options:
|
options:
|
||||||
server:
|
server:
|
||||||
|
|
|
@ -45,7 +45,7 @@ options:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
required: false
|
required: false
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -102,7 +102,7 @@ options:
|
||||||
default: {}
|
default: {}
|
||||||
version_added: "2.7"
|
version_added: "2.7"
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ author: "Davide Agnello (@dagnello)"
|
||||||
description:
|
description:
|
||||||
- Retrieve facts about one or more subnets from OpenStack.
|
- Retrieve facts about one or more subnets from OpenStack.
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
options:
|
options:
|
||||||
subnet:
|
subnet:
|
||||||
|
|
|
@ -66,7 +66,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||||
description:
|
description:
|
||||||
- Retrieve facts about a one or more OpenStack users
|
- Retrieve facts about a one or more OpenStack users
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|
|
@ -39,7 +39,7 @@ options:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
required: false
|
required: false
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ options:
|
||||||
- Scheduler hints passed to volume API in form of dict
|
- Scheduler hints passed to volume API in form of dict
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Ignored. Present for backwards compatibility
|
- Ignored. Present for backwards compatibility
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.7"
|
||||||
- "openstacksdk"
|
- "openstacksdk"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue