From ac9c67909ab9f35ba934d36bb6127618fb950cb8 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 29 May 2019 15:53:06 +0200 Subject: [PATCH] simplify vnc_disable_password docs --- website/source/docs/builders/vmware-vmx.html.md.erb | 3 --- .../builders/_building_on_remote_vsphere_hypervisor.html.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/website/source/docs/builders/vmware-vmx.html.md.erb b/website/source/docs/builders/vmware-vmx.html.md.erb index c283b10b8..b73d2a0e2 100644 --- a/website/source/docs/builders/vmware-vmx.html.md.erb +++ b/website/source/docs/builders/vmware-vmx.html.md.erb @@ -262,9 +262,6 @@ builder. binded to for VNC. By default packer will use `127.0.0.1` for this. If you wish to bind to all interfaces use `0.0.0.0`. -- `vnc_disable_password` (boolean) - Don't auto-generate a VNC password that - is used to secure the VNC communication with the VM. - - `vnc_port_min` and `vnc_port_max` (number) - The minimum and maximum port to use for VNC access to the virtual machine. The builder uses VNC to type the initial `boot_command`. Because Packer generally runs in parallel, diff --git a/website/source/partials/builders/_building_on_remote_vsphere_hypervisor.html.md b/website/source/partials/builders/_building_on_remote_vsphere_hypervisor.html.md index c87429297..4725661cd 100644 --- a/website/source/partials/builders/_building_on_remote_vsphere_hypervisor.html.md +++ b/website/source/partials/builders/_building_on_remote_vsphere_hypervisor.html.md @@ -62,6 +62,3 @@ the required `remote_*` configurations: currently only works when option remote_type is set to "esx5". Since ovftool is only capable of password based authentication `remote_password` must be set when exporting the VM. - -- `vnc_disable_password` (boolean) - This must be set to "true" when using VNC with - ESXi 6.5 or 6.7. \ No newline at end of file