diff options
author | Ondra Machacek <machacek.ondra@gmail.com> | 2018-05-01 21:10:58 +0200 |
---|---|---|
committer | Adam Miller <admiller@redhat.com> | 2018-05-01 14:10:58 -0500 |
commit | fac7b2f1ca2e6e19cc901ecb554a527301d05ba6 (patch) | |
tree | a2a5668b1d46e3a10b761bee293f622e5761c817 /contrib | |
parent | 6b554deb28608943dea8cc2a957439c01e83807f (diff) | |
download | ansible-fac7b2f1ca2e6e19cc901ecb554a527301d05ba6.tar.gz |
ovirt: Clarify secrets configuration (#39501)
Fixes: https://github.com/ansible/ansible/issues/39478
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/inventory/ovirt.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/inventory/ovirt.ini b/contrib/inventory/ovirt.ini index 9ffc1a3993..d9aaf8a73e 100644 --- a/contrib/inventory/ovirt.ini +++ b/contrib/inventory/ovirt.ini @@ -19,7 +19,8 @@ # Author: Josha Inglis <jinglis@iix.net> based on the gce.ini by Eric Johnson <erjohnso@google.com> [ovirt] -# ovirt Service Account configuration information can be stored in the +# For ovirt.py script, which can be used with Python SDK version 3 +# Service Account configuration information can be stored in the # libcloud 'secrets.py' file. Ideally, the 'secrets.py' file will already # exist in your PYTHONPATH and be picked up automatically with an import # statement in the inventory script. However, you can specify an absolute |