Merge "Make the command is consistent with below example command"

This commit is contained in:
Jenkins 2016-11-27 22:19:15 +00:00 committed by Gerrit Code Review
commit c08923a97c

View File

@ -400,10 +400,10 @@ Transfer a volume
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
You can transfer a volume from one owner to another by using the You can transfer a volume from one owner to another by using the
:command:`cinder transfer*` commands. The volume donor, or original owner, :command:`openstack volume transfer request create` command. The volume
creates a transfer request and sends the created transfer ID and donor, or original owner, creates a transfer request and sends the created
authorization key to the volume recipient. The volume recipient, or new transfer ID and authorization key to the volume recipient. The volume
owner, accepts the transfer by using the ID and key. recipient, or new owner, accepts the transfer by using the ID and key.
.. note:: .. note::
@ -608,7 +608,7 @@ you can manage and unmanage snapshots.
Manage a snapshot Manage a snapshot
----------------- -----------------
Manage a snapshot with the :command:`cinder snapshot-manage` command: Manage a snapshot with the :command:`openstack snapshot set` command:
.. code-block:: console .. code-block:: console