ovirt: Update documentation to showcase that the Python SDK 4.2.4 is required. (#39169)

This is related to the GitHub PR#35841. Some documentation was missed and did not get updated with those patches.
This commit is contained in:
Luke Short 2018-04-30 10:01:51 -04:00 committed by Ryan Brown
commit 49e3f60c42
3 changed files with 4 additions and 4 deletions

View file

@ -72,5 +72,5 @@ requirements:
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)"
I(pip: name=ovirt-engine-sdk-python version=4.2.4)"
'''