Before You Begin
Make sure you have an SSH key pair. See How to Create an SSH Key Pair.
Make sure you have an internal network defined. See Creating Internal Networks for Projects.
http://system/horizon/
The following Launch Instance dialog box is displayed.
Specify the information for the following fields:
Details Tab
Instance Name
Flavor – from the drop down list, select the appropriate flavor. If this OpenStack system is a kernel zone and not a bare-metal system, then you must select a non-global zone flavor.
Instance Boot Source - from the drop down list, select Boot from image. Then select the image name you want to use. If this OpenStack system is a kernel zone and not a bare-metal system, then you must select a non-global zone image.
The flavor and the image type must match. For example, if the image is of a non-global zone, then the flavor must also be a non-global zone.
Access and Security Tab – select the keypair to use.
Networking Tab – from the available networks, select the network to which to attach the new VM.
The new VM instance is created, installed, and booted.
This step takes a while to complete.
You can do these steps while the new VM instance is installing. The VM instance must have an associated floating IP address so that users can log into it.
The Manage Floating IP Associations dialog opens.
If no IP addresses are available, click the + button. See How to Associate a Floating IP Address with a Project.
Next Steps
Click Instances and click the name of the instance to view detailed information about the instance and view the console log of the instance. Reload the page to view log updates.
Click Volumes to view Cinder volumes that have been created.
Click Network Topology to view a representation of the cloud network including all subnet segments, virtual routers, and active instances.
Click Images & Snapshots to view the Unified Archives that have been uploaded into the Glance image store.
When the new VM instance has finished installing and reached the Active status, log in to the instance. The following command logs in to the zone as root using the keypair and the floating IP address:
# ssh root@floating-ip-address