Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion modules/virt-vm-wizard-fields-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down