From 1eb0848657db41d5d22214155984f5059e63a38c Mon Sep 17 00:00:00 2001 From: chenqiaomin Date: Tue, 8 Mar 2016 14:39:11 -0500 Subject: [PATCH] Correct the wrong word and the wrong link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'Manage Volumes‘ should be 'volume’, and the link is wrong. This patch fix them. Change-Id: I64902dee90a0e019ea3bb27fa7c0ee6e8749219d Closes-Bug: #1554928 --- doc/user-guide/source/cli_launch_instances.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/user-guide/source/cli_launch_instances.rst b/doc/user-guide/source/cli_launch_instances.rst index 0890bc09ab..4d65be125f 100644 --- a/doc/user-guide/source/cli_launch_instances.rst +++ b/doc/user-guide/source/cli_launch_instances.rst @@ -58,7 +58,8 @@ Before you can launch an instance, gather the following parameters: :doc:`cli_manage_ip_addresses`. After you gather the parameters that you need to launch an instance, -you can launch it from an image_ or a :ref:`volume`. You can launch an +you can launch it from an :doc:`image` +or a :doc:`volume`. You can launch an instance directly from one of the available OpenStack images or from an image that you have copied to a persistent volume. The OpenStack Image service provides a pool of images that are accessible to members @@ -151,8 +152,6 @@ Before you begin, source the OpenStack RC file. $ nova keypair-list -.. _image: - Launch an instance ~~~~~~~~~~~~~~~~~~