Dropped minimum OpenStack SDK version in inventory plugin

We require openstacksdk>=0.99.0 for this collection but we do not
specify versions in module requirements. We probably should do so,
but then consistently across all modules and plugins.

Change-Id: If3d8cd1491266e3332f478267fc41771f280b9a8
This commit is contained in:
Jakob Meng 2022-09-30 08:30:57 +02:00
parent 41f3007a80
commit 40d913d2a6
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,6 @@ DOCUMENTATION = '''
name: openstack
author: OpenStack Ansible SIG
short_description: OpenStack inventory source
requirements:
- "openstacksdk >= 0.28"
description:
- Get inventory hosts from OpenStack clouds
- Uses openstack.(yml|yaml) YAML configuration file to configure the inventory plugin
@ -113,7 +111,9 @@ options:
description: Automatically create groups from host variables.
type: bool
default: true
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment:
- inventory_cache
- constructed