From 6a04f0d45288a9bad860ec28ca5684fe6edee347 Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Fri, 22 May 2015 18:40:35 +0100 Subject: [PATCH] Update vsphere_guest.py Clarifies that when using a template, CPU, RAM, NIC and Disk params are silently ignored. --- cloud/vmware/vsphere_guest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/vmware/vsphere_guest.py b/cloud/vmware/vsphere_guest.py index 175ed35724b..20b41942ed6 100644 --- a/cloud/vmware/vsphere_guest.py +++ b/cloud/vmware/vsphere_guest.py @@ -71,7 +71,7 @@ options: from_template: version_added: "1.9" description: - - Specifies if the VM should be deployed from a template (cannot be ran with state) + - Specifies if the VM should be deployed from a template (annot be run with state). Only accepts 'cluster' and 'resource_pool' params. No guest customization changes to hardware such as CPU, RAM, NICs or Disks can be applied this way. default: no choices: ['yes', 'no'] template_src: