beautify the layout of volume cli

Change the help message in section_nova_cli_volumes.xml

Change-Id: I1972b9be0f4ced7c6d7b4df1c1c1752abce26eac
This commit is contained in:
DennyZhang 2013-12-23 23:06:18 -06:00
parent e54ccafb6a
commit d1b2ff842b

View File

@ -11,22 +11,18 @@
may be an extension under the covers. In either case, you may be an extension under the covers. In either case, you
can use the nova CLI to manage volumes.</para> can use the nova CLI to manage volumes.</para>
<screen> <screen>
volume-attach Attach a volume to a server. volume-attach Attach a volume to a server.
volume-create Add a new volume. volume-create Add a new volume.
volume-delete Remove a volume. volume-delete Remove a volume.
volume-detach Detach a volume from a server. volume-detach Detach a volume from a server.
volume-list List all the volumes. volume-list List all the volumes.
volume-show Show details about a volume. volume-show Show details about a volume.
volume-snapshot-create volume-snapshot-create Add a new snapshot.
Add a new snapshot. volume-snapshot-delete Remove a snapshot.
volume-snapshot-delete volume-snapshot-list List all the snapshots.
Remove a snapshot. volume-snapshot-show Show details about a snapshot.
volume-snapshot-list volume-type-create Create a new volume type.
List all the snapshots. volume-type-delete Delete a specific flavor
volume-snapshot-show volume-type-list Print a list of available 'volume types'.
Show details about a snapshot.
volume-type-create Create a new volume type.
volume-type-delete Delete a specific flavor
volume-type-list Print a list of available 'volume types'.
</screen> </screen>
</section> </section>