Fix the oVirt high_performance VM type description.

pull/35310/merge
Martin Perina 7 years ago committed by ansibot
parent 56ce2773c5
commit 138de603d9

@ -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…
Cancel
Save