From 613d5f5b9201d02c41d98e32c71aa7771cba7697 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 11 Dec 2013 14:02:10 -0800 Subject: [PATCH] website: update docs for vsphere changes --- website/source/docs/post-processors/vsphere.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/docs/post-processors/vsphere.html.markdown b/website/source/docs/post-processors/vsphere.html.markdown index 4a2bd2bab..d0b0506d7 100644 --- a/website/source/docs/post-processors/vsphere.html.markdown +++ b/website/source/docs/post-processors/vsphere.html.markdown @@ -18,6 +18,8 @@ each category, the available configuration keys are alphabetized. Required: +* `cluster` (string) - The cluster to upload the VM to. + * `datacenter` (string) - The name of the datacenter within vSphere to add the VM to. @@ -29,8 +31,7 @@ Required: * `password` (string) - Password to use to authenticate to the vSphere endpoint. -* `path_to_resource_pool` (string) - The path within the resource pool to - store the VM. +* `resource_pool` (string) - The resource pool to upload the VM to. * `username` (string) - The username to use to authenticate to the vSphere endpoint.