From ab16e4b40ea2ee55e81604fdea4a92c8b4d9d193 Mon Sep 17 00:00:00 2001 From: Ondra Machacek Date: Wed, 1 Mar 2017 20:35:14 +0100 Subject: [PATCH] cloud: ovirt: add note about ENGINE_API_FILTER_BY_DEFAULT (#22155) --- lib/ansible/modules/cloud/ovirt/ovirt_auth.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_auth.py b/lib/ansible/modules/cloud/ovirt/ovirt_auth.py index 70cc10b6db4..d0098c2021b 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_auth.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_auth.py @@ -93,6 +93,9 @@ notes: - "In order to use this module you have to install oVirt Python SDK. To ensure it's installed with correct version you can create the following task: I(pip: name=ovirt-engine-sdk-python version=4.0.0)" + - "Note that in oVirt 4.1 if you want to use a user which is not administrator + you must enable the I(ENGINE_API_FILTER_BY_DEFAULT) variable in engine. In + oVirt 4.2 and later it's enabled by default." ''' EXAMPLES = '''