summaryrefslogtreecommitdiff
path: root/cloud/ovirt
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-10-14 11:43:01 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-10-14 11:43:01 -0400
commit6e4c1bf4faa3f2bae8124e5c50914a8c81ce57da (patch)
tree365c172df7080e7ab8911ec522733a89215d4639 /cloud/ovirt
parent98045673eb3704c2d25f67f656efaedbd0923f9f (diff)
downloadansible-modules-extras-6e4c1bf4faa3f2bae8124e5c50914a8c81ce57da.tar.gz
Slight tweak to ovirt module docs.
Diffstat (limited to 'cloud/ovirt')
-rwxr-xr-xcloud/ovirt6
1 files changed, 3 insertions, 3 deletions
diff --git a/cloud/ovirt b/cloud/ovirt
index f5f1c4cf..450537c8 100755
--- a/cloud/ovirt
+++ b/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: []