Slight tweak to ovirt module docs.

pull/3851/merge
Michael DeHaan 11 years ago
parent f6eae5571a
commit 54b5548068

@ -23,7 +23,7 @@ module: ovirt
author: Vincent Van der Kussen author: Vincent Van der Kussen
short_description: oVirt/RHEV platform management short_description: oVirt/RHEV platform management
description: description:
- allows you to create new instances from scratch or image. delete / stop / start instances on the oVirt/RHEV platform - 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:
@ -58,14 +58,14 @@ options:
aliases: [] aliases: []
resource_type: resource_type:
description: description:
- wether you want to deploy an image or create an instance from scratch. - whether you want to deploy an image or create an instance from scratch.
default: null default: null
required: false required: false
aliases: [] aliases: []
choices: [ 'new', 'template' ] choices: [ 'new', 'template' ]
zone: zone:
description: description:
- the name of the oVirt cluster you want to deploy the instance - deploy the image to this oVirt cluster
default: null default: null
required: false required: false
aliases: [] aliases: []

Loading…
Cancel
Save