moved toctree to correct place

- before, the sections appeared in wrong order:
  * Launch an instance from a volume
  * Launch an instance using ISO image
  * (without headline: the introduction to instances,
    "Instances are virtual machines that run inside the cloud. [...]")
  * Gather parameters to launch an instance
  * Launch an instance from an image
    (which was not apparent from the HTML output,
     but becomes obvious in PDF output)

- now the order is:
  * introduction to instances (without headline)
  * Gather parameters to launch an instance
  * Launch an instance from an image
  * Launch an instance from a volume
  * Launch an instance using ISO image

Change-Id: I21f813070bb48d804da437c930825a633758e467
This commit is contained in:
Tanja Roth 2016-01-19 16:38:14 +01:00 committed by venkatamahesh
parent a6a1bd9b62
commit 4b71584fca

View File

@ -2,12 +2,6 @@
Launch instances
================
.. toctree::
:maxdepth: 2
cli_nova_launch_instance_from_volume.rst
cli_nova_launch_instance_using_ISO_image.rst
Instances are virtual machines that run inside the cloud.
Before you can launch an instance, gather the following parameters:
@ -293,3 +287,10 @@ Launch an instance from an image
If you did not provide a key pair, security groups, or rules, you
can access the instance only from inside the cloud through VNC. Even
pinging the instance is not possible.
.. toctree::
:maxdepth: 2
cli_nova_launch_instance_from_volume.rst
cli_nova_launch_instance_using_ISO_image.rst