mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
* Add auth key for OpenStack Volume Provider For adding OpenStack Volume Provider we need to also add auth key, value, for Ceph. This patch allows to add/update/remove auth keys. Also fixing the issue for attach cinder SD to the datacenter. * Fixing documentation * Small fixes in ovirt_external_provider module. Fixed doc for param and small changes. * Fix comments from review. Adds conditions for check mode. * Move update auth key method in the module * Remove empty line which pep8 complains about