Fix some errors in 'dashboard_manage_volumes.rst'

The "Snapshot" is not one item of the "Volume Source", and the
"Availability Zone" is a independent item and not under
"Volume Source". This patch fix them.

Change-Id: I40d6735a2e3faf856b208d9ca474dad1304bd901
Closes-bug: #1504475
This commit is contained in:
chen.qiaomin
2015-09-21 02:01:01 -04:00
committed by Allen
parent 06db4aaefe
commit 509e6c6455

View File

@@ -37,22 +37,19 @@ Create a volume
* No source, empty volume: Creates an empty volume. An empty volume does
not contain a file system or a partition table.
* Snapshot: If you choose this option, a new field for Use snapshot as a
source displays. You can select the snapshot from the list.
* Image: If you choose this option, a new field for Use image as a source
displays. You can select the image from the list.
* Availability Zone: Select the Availability Zone from the list. 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``.
* Volume: If you choose this option, a new field for
:guilabel:`Use volume as a source` displays. You can select the volume
from the list. Options to use a snapshot or a volume as the source for a
volume are displayed only if there are existing snapshots or volumes.
:guilabel:`Availability Zone`: Select the Availability Zone from the list.
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``.
#. Click :guilabel:`Create Volume`.
The dashboard shows the volume on the :guilabel:`Volumes` tab.