From 54b55480681070de1c45e6401c8cbae51e316607 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 14 Oct 2013 11:43:01 -0400 Subject: [PATCH] Slight tweak to ovirt module docs. --- library/cloud/ovirt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/cloud/ovirt b/library/cloud/ovirt index f5f1c4cfce5..450537c8847 100755 --- a/library/cloud/ovirt +++ b/library/cloud/ovirt @@ -23,7 +23,7 @@ module: ovirt author: Vincent Van der Kussen short_description: oVirt/RHEV platform management 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" options: user: @@ -58,14 +58,14 @@ options: aliases: [] resource_type: 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 required: false aliases: [] choices: [ 'new', 'template' ] zone: description: - - the name of the oVirt cluster you want to deploy the instance + - deploy the image to this oVirt cluster default: null required: false aliases: []