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
This commit is contained in:
parent
f797ababca
commit
69218992e8
@ -62,21 +62,12 @@
|
||||
<step>
|
||||
<para>List the availability zones, and note the ID of the availability zone in which you want to create your
|
||||
volume:</para>
|
||||
<screen><prompt>$</prompt> <userinput>nova availability-zone-list</userinput></screen>
|
||||
<screen><?db-font-size 65%?><computeroutput>+-----------------------+----------------------------------------+
|
||||
| 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 |
|
||||
+-----------------------+----------------------------------------+</computeroutput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>cinder availability-zone-list</userinput></screen>
|
||||
<screen><?db-font-size 65%?><computeroutput>+------+-----------+
|
||||
| Name | Status |
|
||||
+------+-----------+
|
||||
| nova | available |
|
||||
+------+-----------+</computeroutput></screen>
|
||||
</step>
|
||||
<step>
|
||||
<para>Create a volume with 8 GB of space, and specify the availability zone and image:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user