From 49e3f60c421b5314349a58c465300d44c2e5d3a8 Mon Sep 17 00:00:00 2001
From: Luke Short <ekultails@gmail.com>
Date: Mon, 30 Apr 2018 10:01:51 -0400
Subject: [PATCH] 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.
---
 lib/ansible/modules/cloud/ovirt/ovirt_auth.py          | 4 ++--
 lib/ansible/utils/module_docs_fragments/ovirt.py       | 2 +-
 lib/ansible/utils/module_docs_fragments/ovirt_facts.py | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_auth.py b/lib/ansible/modules/cloud/ovirt/ovirt_auth.py
index 457c02197b..77bb9f9b5c 100644
--- a/lib/ansible/modules/cloud/ovirt/ovirt_auth.py
+++ b/lib/ansible/modules/cloud/ovirt/ovirt_auth.py
@@ -102,14 +102,14 @@ options:
 
 requirements:
   - python >= 2.7
-  - ovirt-engine-sdk-python >= 4.0.0
+  - ovirt-engine-sdk-python >= 4.2.4
 notes:
   - "Everytime you use ovirt_auth module to obtain ticket, you need to also revoke the ticket,
      when you no longer need it, otherwise the ticket would be revoked by engine when it expires.
      For an example of how to achieve that, please take a look at I(examples) section."
   - "In order to use this module you have to install oVirt/RHV 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)"
   - "Note that in oVirt/RHV 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/RHV 4.2 and later it's enabled by default."
diff --git a/lib/ansible/utils/module_docs_fragments/ovirt.py b/lib/ansible/utils/module_docs_fragments/ovirt.py
index ab271de219..d6d3dabf01 100644
--- a/lib/ansible/utils/module_docs_fragments/ovirt.py
+++ b/lib/ansible/utils/module_docs_fragments/ovirt.py
@@ -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)"
 '''
diff --git a/lib/ansible/utils/module_docs_fragments/ovirt_facts.py b/lib/ansible/utils/module_docs_fragments/ovirt_facts.py
index 302e8d803e..6b2b17d294 100644
--- a/lib/ansible/utils/module_docs_fragments/ovirt_facts.py
+++ b/lib/ansible/utils/module_docs_fragments/ovirt_facts.py
@@ -60,5 +60,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:
-     pip: name=ovirt-engine-sdk-python version=4.0.0"
+     pip: name=ovirt-engine-sdk-python version=4.2.4"
 '''