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:
parent
b8f4b1f951
commit
85fc930066
2 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,8 @@ module: ovirt
|
|||
author: "Vincent Van der Kussen (@vincentvdk)"
|
||||
short_description: oVirt/RHEV platform management
|
||||
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"
|
||||
options:
|
||||
user:
|
||||
|
|
|
@ -27,6 +27,7 @@ module: rhevm
|
|||
author: Timothy Vandenbrande
|
||||
short_description: RHEV/oVirt automation
|
||||
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.
|
||||
version_added: "2.2"
|
||||
requirements:
|
||||
|
|
Loading…
Reference in a new issue