From 6d79518d67bd5b87e36d71c97dca93c19b6782d6 Mon Sep 17 00:00:00 2001 From: Stewart Rutledge Date: Thu, 13 Nov 2014 22:01:26 +0100 Subject: [PATCH] Fixed a typo on power options --- 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 abd8acfe755..95c937eaa55 100644 --- a/cloud/vmware/vsphere_guest.py +++ b/cloud/vmware/vsphere_guest.py @@ -67,7 +67,7 @@ options: description: - Indicate desired state of the vm. default: present - choices: ['present', 'powered_on', 'absent', 'powered_on', 'restarted', 'reconfigured'] + choices: ['present', 'powered_off', 'absent', 'powered_on', 'restarted', 'reconfigured'] from_template: description: - Specifies if the VM should be deployed from a template (cannot be ran with state)