Skip to content
Open
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
6 changes: 6 additions & 0 deletions virt/creating_vms_advanced/advanced-vm-creation-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Advanced virtual machine (VM) creation offers flexibility for cloud administrato

== Creating VMs in the web console

[role="_abstract"]
Use the web console to create virtual machines (VMs) from Red Hat images, templates, instance types, or cloned Persistent Volume Claims (PVCs).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Use the web console to create virtual machines (VMs) from Red Hat images, templates, instance types, or cloned Persistent Volume Claims (PVCs).
To create virtual machines (VMs) from Red Hat images, templates, instance types, or cloned Persistent Volume Claims (PVCs), you can use the web console.


Use the following advanced methods for creating VMs in the web console:

* xref:../../virt/creating_vms_advanced/creating_vms_advanced_web/virt-creating-vms-from-web-images.adoc#virt-creating-vms-from-web-images[Creating VMs by importing images from web pages]
Expand All @@ -30,6 +33,9 @@ Use the following advanced methods for creating VMs in the web console:
[id="adv-creating-vms-using-cli"]
== Creating VMs using the CLI

[role="_abstract"]
Create virtual machines (VMs) from the command line by editing or creating a VirtualMachine manifest, optionally simplifying the configuration using an instance type.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Create virtual machines (VMs) from the command line by editing or creating a VirtualMachine manifest, optionally simplifying the configuration using an instance type.
To create virtual machines (VMs) from the command line, edit or create a VirtualMachine manifest. Optionally, you can also simplify the configuration by using an instance type.


Use the following advanced methods for creating VMs with the CLI:

* xref:../../virt/creating_vms_advanced/creating_vms_cli/virt-creating-vms-from-cli.adoc#virt-creating-vms-from-cli[Creating VMs from the command line]
Expand Down