From 723e7b74ca637f59175f83d0c2af38bc39d7007a Mon Sep 17 00:00:00 2001 From: Andrew Burden Date: Tue, 12 Jan 2021 14:50:02 +0100 Subject: [PATCH] Added line to OS explaining that selecting OS pre-fills Flavor and Workload with defaults --- modules/virt-vm-wizard-fields-web.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/virt-vm-wizard-fields-web.adoc b/modules/virt-vm-wizard-fields-web.adoc index d8e0ca0fb820..1127604facae 100644 --- a/modules/virt-vm-wizard-fields-web.adoc +++ b/modules/virt-vm-wizard-fields-web.adoc @@ -2,6 +2,8 @@ // // * virt/virtual_machines/virt-create-vms.adoc // * virt/virtual_machines/importing_vms/virt-importing-vmware-vm.adoc +// * virt/virtual_machines/importing_vms/virt-importing-rhv-vm.adoc +// * virt/vm_templates/virt-creating-vm-template.adoc // VM wizard includes additional options to VM template wizard // Call appropriate attribute in the assembly @@ -48,7 +50,12 @@ endif::[] |Operating System | -|The primary operating system that is selected for the virtual machine. +ifdef::virtualmachine[] +|The primary operating system that is selected for the virtual machine in the template. You cannot edit this field when creating a virtual machine from a template. +endif::[] +ifdef::vmtemplate[] +|The primary operating system that is selected for the virtual machine. Selecting an operating system automatically selects the default *Flavor* and *Workload Type* for that operating system. +endif::[] .4+|Boot Source |Import via URL (creates PVC)