Vlan_id configuration option description added to documentation

This commit is contained in:
Volodymyr Babchynskyy 2015-03-30 10:29:06 -06:00
parent 9a0aab4bd7
commit b752805d53
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ you may set. A complete reference is shown below:
* `maxmemory` (integer) - Number of MegaBytes maximal allowed to allocate for VM
This parameter is switch on Dynamic Allocation of memory.
Defaults is taken from box image XML.
* `vlan_id` (integer) - Number of Vlan ID for your guest network interface
Defaults is not defined, vlan configuration will be untouched if not set.
* `ip_address_timeout` (integer) - The time in seconds to wait for the
virtual machine to report an IP address. This defaults to 120 seconds.
This may have to be increased if your VM takes longer to boot.