one
one copied to clipboard
Ansible modules - switch to PyONE, enhance OpenNebula class
Description
- common functions like authentication etc should be part of shared OpenNebula class (
lib/ansible/module_utils/opennebula.py
) - one_image.py still uses python-oca, switch it to PyONE
- one_image was ported in (https://github.com/ansible-collections/community.general/pull/2032)
The remaining part is to refactor the other modules to all use OpenNebula class