From 4b71584fcae79a30627e7d65fd2524f96f25fe61 Mon Sep 17 00:00:00 2001 From: Tanja Roth Date: Tue, 19 Jan 2016 16:38:14 +0100 Subject: [PATCH] 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 --- doc/user-guide/source/cli_launch_instances.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/user-guide/source/cli_launch_instances.rst b/doc/user-guide/source/cli_launch_instances.rst index dcc5032f92..3b76c3dc2b 100644 --- a/doc/user-guide/source/cli_launch_instances.rst +++ b/doc/user-guide/source/cli_launch_instances.rst @@ -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 +