mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix the oVirt high_performance VM type description.
This commit is contained in:
parent
56ce2773c5
commit
138de603d9
2 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,7 @@ options:
|
|||
instance_type:
|
||||
description:
|
||||
- Define whether the instance is a server, desktop or high_performance.
|
||||
- I(high_performance) is supported since Ansible 2.5 and oVirt/RHV 4.2.
|
||||
choices: [ desktop, server, high_performance ]
|
||||
default: server
|
||||
aliases: [ vmtype ]
|
||||
|
|
|
@ -176,6 +176,7 @@ options:
|
|||
description:
|
||||
- Type of the Virtual Machine.
|
||||
- Default value is set by oVirt/RHV engine.
|
||||
- I(high_performance) is supported since Ansible 2.5 and oVirt/RHV 4.2.
|
||||
choices: [ desktop, server, high_performance ]
|
||||
quota_id:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue