ansible-collections-openstack/plugins
Jakob Meng e4be201f20 Properly documented openstacksdk version requirements
With "extends_documentation_fragment: ['openstack.cloud.openstack']"
it is not necessary to list required Python libraries in section
'requirements' of DOCUMENTATION docstring in modules. Ansible will
merge requirements from doc fragments and DOCUMENTATION docstring
which previously resulted in duplicates such as in server module [0]:

* openstacksdk
* openstacksdk >= 0.36, < 0.99.0
* python >= 3.6

When removing the 'requirements' section from server module, then
Ansible will list openstacksdk once only:

* openstacksdk >= 0.36, < 0.99.0
* python >= 3.6

To see what documentation Ansible will produce for server module run:

  ansible-doc --type module openstack.cloud.server

[0] https://docs.ansible.com/ansible/latest/collections/openstack/\
    cloud/server_module.html

Change-Id: Ia53c2c34436c7a72080602f5699e82d20f677b8b
2023-01-16 13:52:45 +01:00
..
doc_fragments Properly documented openstacksdk version requirements 2023-01-16 13:52:45 +01:00
inventory Properly documented openstacksdk version requirements 2023-01-16 13:52:45 +01:00
module_utils Add SDK logging option for openstack ansible collections. 2022-09-30 10:44:53 +02:00
modules Properly documented openstacksdk version requirements 2023-01-16 13:52:45 +01:00