openstack-manuals/doc/install-guide/ch_launch-instance.xml
Matt Kassawara d0ece3d6ef Updated Launch chapter
As part of the installation guide improvement project, I performed
the following operations on the Launch chapter:

1) Split monolithic file with instructions for nova networking into
   separate files for nova and neutron networking.
2) Updated instructions in each section to account for differences
   between nova and neutron networking.
3) Updated other sections and glossary as necessary.

Change-Id: I7faaadc0787cf85d816c7c2aab1247ecc77195b2
Partial-Bug: #1291071
Implements: blueprint networking-install-guide-improvements
2014-04-11 11:05:33 +08:00

30 lines
1.5 KiB
XML

<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="launch-instance">
<title>Launch an instance</title>
<para>An instance is a VM that OpenStack provisions on a compute node.
This guide shows you how to launch a minimal instance using the
<glossterm>CirrOS</glossterm> image that you added to your environment
in the <xref linkend="ch_glance"/> chapter. In these steps, you use the
command-line interface (CLI) on your controller node or any system with
the appropriate OpenStack client libraries. To use the dashboard, see the
<link
xlink:href="http://docs.openstack.org/user-guide/content/ch_dashboard.html">
<citetitle>OpenStack User Guide</citetitle></link>.</para>
<para>Launch an instance using
<link linkend="launch-instance-neutron">Networking (neutron)</link> or
<link linkend="launch-instance-nova">legacy networking (nova-network)</link>. For more
information, see the
<link
xlink:href="http://docs.openstack.org/user-guide/content/cli_launch_instances.html">
<citetitle>OpenStack User Guide</citetitle></link>.</para>
<note>
<para>These steps reference example components created in previous
chapters. You must adjust certain values such as IP addresses to
match your environment.</para>
</note>
<xi:include href="section_launch-instance-neutron.xml"/>
<xi:include href="section_launch-instance-nova.xml"/>
</chapter>