Remove deprecated `vhd_temp_path` option from documentation

This commit is contained in:
DanHam 2018-07-09 12:20:04 +01:00
parent c2437ba592
commit bd5692451b
No known key found for this signature in database
GPG Key ID: 58E79AEDD6AA987E
1 changed files with 0 additions and 5 deletions

View File

@ -266,11 +266,6 @@ builder.
option is outputing a disk that is in the format required for upload to
Azure.
- `vhd_temp_path` (string) - A separate path to be used for storing the VM's
disk image. The purpose is to enable reading and writing to take place on
different physical disks (read from VHD temp path, write to regular temp
path while exporting the VM) to eliminate a single-disk bottleneck.
- `vlan_id` (string) - This is the VLAN of the virtual machine's network
card for the new virtual machine. By default none is set. If none is set
then VLANs are not set on the virtual machine's network card.