From 869127ec19fd4e3abdeeacbeb312e3bfaeb07a0d Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 20 Jan 2018 17:47:39 +0900 Subject: [PATCH] doc: Move the note to an appropriate place "Description" field is also added to match the current version. Change-Id: Ia05d1873d69500b9e2c576fcb8abe9dbdeba25e8 Closes-Bug: #1742327 --- doc/source/user/launch-instances.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/source/user/launch-instances.rst b/doc/source/user/launch-instances.rst index 834774e1ef..345af37759 100644 --- a/doc/source/user/launch-instances.rst +++ b/doc/source/user/launch-instances.rst @@ -35,11 +35,6 @@ Launch an instance Instance Name Assign a name to the virtual machine. - Availability Zone - By default, this value is set to the availability zone given by the - cloud provider (for example, ``us-west`` or ``apac-south``). For some - cases, it could be ``nova``. - .. note:: The name you assign here becomes the initial host name of the server. @@ -53,6 +48,14 @@ Launch an instance Server names are not guaranteed to be unique when created so you could have two instances with the same host name. + Description + You can assign a brief description of the virtual machine. + + Availability Zone + By default, this value is set to the availability zone given by the + cloud provider (for example, ``us-west`` or ``apac-south``). For some + cases, it could be ``nova``. + Count To launch multiple instances, enter a value greater than ``1``. The default is ``1``.