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.
pull/40828/head
Monty Taylor 6 years ago committed by David Shrewsbury
parent 026de6bcb0
commit 123b01aaeb

@ -21,7 +21,7 @@ author: "Monty Taylor (@emonty)"
description:
- Retrieve an auth token from an OpenStack Cloud
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
options:
availability_zone:

@ -29,7 +29,7 @@ notes:
- This module creates a new top-level C(openstack_flavors) fact, which
contains a list of unsorted flavors.
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
options:
name:

@ -42,7 +42,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -22,7 +22,7 @@ description:
notes:
- Facts are placed in the C(openstack) variable.
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
options:
image:

@ -46,7 +46,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -21,7 +21,7 @@ author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
description:
- Retrieve facts about a one or more OpenStack domains
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "sdk"
options:
name:

@ -35,7 +35,7 @@ options:
- Ignored. Present for backwards compatibility
required: false
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -48,7 +48,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -21,7 +21,7 @@ author: "Davide Agnello (@dagnello)"
description:
- Retrieve facts about one or more networks from OpenStack.
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "sdk"
options:
name:

@ -37,7 +37,7 @@ options:
choices: [present, absent]
default: present
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -22,7 +22,7 @@ description:
notes:
- Facts are placed in the C(openstack_ports) variable.
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
options:
port:

@ -50,7 +50,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -21,7 +21,7 @@ author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
description:
- Retrieve facts about a one or more OpenStack projects
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
options:
name:

@ -105,7 +105,7 @@ options:
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk >= 0.13.0"
'''

@ -54,7 +54,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -166,7 +166,7 @@ options:
description:
- Availability zone in which to create the server.
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -54,7 +54,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -24,7 +24,7 @@ notes:
- This module creates a new top-level C(openstack_servers) fact, which
contains a list of servers.
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
options:
server:

@ -45,7 +45,7 @@ options:
- Ignored. Present for backwards compatibility
required: false
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -44,7 +44,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -59,7 +59,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''
EXAMPLES = '''

@ -102,7 +102,7 @@ options:
default: {}
version_added: "2.7"
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -21,7 +21,7 @@ author: "Davide Agnello (@dagnello)"
description:
- Retrieve facts about one or more subnets from OpenStack.
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
options:
subnet:

@ -66,7 +66,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -21,7 +21,7 @@ author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
description:
- Retrieve facts about a one or more OpenStack users
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
options:
name:

@ -39,7 +39,7 @@ options:
- Ignored. Present for backwards compatibility
required: false
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -52,7 +52,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -59,7 +59,7 @@ options:
- Scheduler hints passed to volume API in form of dict
version_added: "2.4"
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

@ -52,7 +52,7 @@ options:
description:
- Ignored. Present for backwards compatibility
requirements:
- "python >= 2.6"
- "python >= 2.7"
- "openstacksdk"
'''

Loading…
Cancel
Save