1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

cloud: ovirt/rhev add note old modules were replaced (#22118)

This commit is contained in:
Ondra Machacek 2017-03-01 18:05:02 +01:00 committed by John R Barker
parent b8f4b1f951
commit 85fc930066
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,8 @@ module: ovirt
author: "Vincent Van der Kussen (@vincentvdk)" author: "Vincent Van der Kussen (@vincentvdk)"
short_description: oVirt/RHEV platform management short_description: oVirt/RHEV platform management
description: description:
- allows you to create new instances, either from scratch or an image, in addition to deleting or stopping instances on the oVirt/RHEV platform - This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vms) supports oVirt/RHV version 4.
- Allows you to create new instances, either from scratch or an image, in addition to deleting or stopping instances on the oVirt/RHEV platform.
version_added: "1.4" version_added: "1.4"
options: options:
user: user:

View file

@ -27,6 +27,7 @@ module: rhevm
author: Timothy Vandenbrande author: Timothy Vandenbrande
short_description: RHEV/oVirt automation short_description: RHEV/oVirt automation
description: description:
- This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vms) supports oVirt/RHV version 4.
- Allows you to create/remove/update or powermanage virtual machines on a RHEV/oVirt platform. - Allows you to create/remove/update or powermanage virtual machines on a RHEV/oVirt platform.
version_added: "2.2" version_added: "2.2"
requirements: requirements: