mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 22:03:09 +00:00
Lowered maximum OpenStack SDK version to 0.98.999 in inventory plugin
Story: 2010337 Task: 46470 Change-Id: I873b41b85fee3035e35972e7d90048b6ac3722b2
This commit is contained in:
@@ -11,8 +11,6 @@ DOCUMENTATION = '''
|
|||||||
name: openstack
|
name: openstack
|
||||||
author: OpenStack Ansible SIG
|
author: OpenStack Ansible SIG
|
||||||
short_description: OpenStack inventory source
|
short_description: OpenStack inventory source
|
||||||
requirements:
|
|
||||||
- "openstacksdk >= 0.28"
|
|
||||||
description:
|
description:
|
||||||
- Get inventory hosts from OpenStack clouds
|
- Get inventory hosts from OpenStack clouds
|
||||||
- Uses openstack.(yml|yaml) YAML configuration file to configure the inventory plugin
|
- Uses openstack.(yml|yaml) YAML configuration file to configure the inventory plugin
|
||||||
@@ -110,7 +108,9 @@ options:
|
|||||||
description: Automatically create groups from host variables.
|
description: Automatically create groups from host variables.
|
||||||
type: bool
|
type: bool
|
||||||
default: true
|
default: true
|
||||||
|
requirements:
|
||||||
|
- "python >= 3.6"
|
||||||
|
- "openstacksdk >= 0.28, < 0.99.0"
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- inventory_cache
|
- inventory_cache
|
||||||
- constructed
|
- constructed
|
||||||
|
|||||||
Reference in New Issue
Block a user