mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
cloud: ovirt: add note about ENGINE_API_FILTER_BY_DEFAULT (#22155)
This commit is contained in:
committed by
John R Barker
parent
0c14548e5f
commit
ab16e4b40e
@@ -93,6 +93,9 @@ notes:
|
|||||||
- "In order to use this module you have to install oVirt Python SDK.
|
- "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:
|
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)"
|
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 = '''
|
EXAMPLES = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user