ansible/changelogs/fragments/57824-python-3-support-ovirt-dynamic-inv.yml
Ryan Kraus 7d4e3af11e Add Python 3 support to ovirt4 inventory script. (#57824)
Python 3 only allows strings through the config parser. This is fine for 
the URL, Username, and Password since these values are required. The CA 
File is optional so an empty string is used in leiu of None in the 
config dictionary.
2019-06-21 12:05:45 -04:00

2 lines
96 B
YAML

minor_changes:
- ovirt4 inventory - Updated the dynamic inventory script for Python 3 support