From fac7b2f1ca2e6e19cc901ecb554a527301d05ba6 Mon Sep 17 00:00:00 2001 From: Ondra Machacek Date: Tue, 1 May 2018 21:10:58 +0200 Subject: [PATCH] ovirt: Clarify secrets configuration (#39501) Fixes: https://github.com/ansible/ansible/issues/39478 --- contrib/inventory/ovirt.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 based on the gce.ini by Eric Johnson [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