From 69218992e86f911af152fecb67fa572436e8aaa5 Mon Sep 17 00:00:00 2001 From: darrenchan Date: Mon, 24 Nov 2014 16:52:25 +1100 Subject: [PATCH] Minor edit to the Manage Volumes section of the User Guide 1. Corrected the command to list cinder availability zones 2. Removed the incorrect output example. Change-Id: Ie50eacd26fcb5b3370db721ce5fea720bbcbbbb2 backport: none Closes-Bug: #1377485 --- .../section_cli_cinder_manage_volumes.xml | 21 ++++++------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/doc/common/section_cli_cinder_manage_volumes.xml b/doc/common/section_cli_cinder_manage_volumes.xml index 0867819f14..c89e08adee 100644 --- a/doc/common/section_cli_cinder_manage_volumes.xml +++ b/doc/common/section_cli_cinder_manage_volumes.xml @@ -62,21 +62,12 @@ List the availability zones, and note the ID of the availability zone in which you want to create your volume: - $ nova availability-zone-list - +-----------------------+----------------------------------------+ -| Name | Status | -+-----------------------+----------------------------------------+ -| internal | available | -| |- devstack | | -| | |- nova-conductor | enabled :-) 2013-07-25T16:50:44.000000 | -| | |- nova-consoleauth | enabled :-) 2013-07-25T16:50:44.000000 | -| | |- nova-scheduler | enabled :-) 2013-07-25T16:50:44.000000 | -| | |- nova-cert | enabled :-) 2013-07-25T16:50:44.000000 | -| | |- nova-network | enabled :-) 2013-07-25T16:50:44.000000 | -| nova | available | -| |- devstack | | -| | |- nova-compute | enabled :-) 2013-07-25T16:50:39.000000 | -+-----------------------+----------------------------------------+ + $ cinder availability-zone-list + +------+-----------+ +| Name | Status | ++------+-----------+ +| nova | available | ++------+-----------+ Create a volume with 8 GB of space, and specify the availability zone and image: