From aec4d8e24ca6a87d657cf3d8f3324f6f73eada18 Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Tue, 23 Mar 2021 22:42:26 -0700 Subject: [PATCH] Add documentation for the network_names configuration option --- docs/builders/xenserver-iso.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/builders/xenserver-iso.html.markdown b/docs/builders/xenserver-iso.html.markdown index 270b364..69ad051 100644 --- a/docs/builders/xenserver-iso.html.markdown +++ b/docs/builders/xenserver-iso.html.markdown @@ -124,6 +124,10 @@ each category, the available options are alphabetized and described. regardless of success. "on_success" requests that the VM only be cleaned up if an artifact was produced. The latter is useful for debugging templates that fail. +* `network_names` (list) - A list of networks identified by their name label which + will be used for the VM during creation. The first network will correspond to the VM's + first network interface (VIF), the second will corespond to the second VIF and so on. + * `output_directory` (string) - This is the path to the directory where the resulting virtual machine will be created. This may be relative or absolute. If relative, the path is relative to the working directory when `packer`