mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
cloud: ovirt: add note about ENGINE_API_FILTER_BY_DEFAULT (#22155)
This commit is contained in:
parent
0c14548e5f
commit
ab16e4b40e
1 changed files with 3 additions and 0 deletions
|
@ -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 = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue