From 5a7a9a0a30b139f38a92323409717b0a2c491cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Fri, 27 May 2016 20:55:03 +0200 Subject: [PATCH] cloudstack: cs_template: fix typos (#2294) --- cloud/cloudstack/cs_template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/cloudstack/cs_template.py b/cloud/cloudstack/cs_template.py index ebc0a4ba803..daee15c1e25 100644 --- a/cloud/cloudstack/cs_template.py +++ b/cloud/cloudstack/cs_template.py @@ -89,7 +89,7 @@ options: default: false cross_zones: description: - - Whether the template should be syned or removed across zones. + - Whether the template should be synced or removed across zones. - Only used if C(state) is present or absent. required: false default: false @@ -132,7 +132,7 @@ options: - Name the hypervisor to be used for creating the new template. - Relevant when using C(state=present). required: false - default: none + default: null choices: [ 'KVM', 'VMware', 'BareMetal', 'XenServer', 'LXC', 'HyperV', 'UCS', 'OVM' ] requires_hvm: description: