Fix indentation in docs
cli/cli-manage-volumes.rst Current indentation is wrongly interpreted as quotation. Change-Id: I5061fcd2256c24814f0868370d07f8c6dd0ae8e3
This commit is contained in:
parent
8bbbce8964
commit
b0e9ee1d50
@ -502,41 +502,41 @@ Name or ID of volume to transfer.
|
|||||||
``--no-snapshots``
|
``--no-snapshots``
|
||||||
Transfer the volume without snapshots.
|
Transfer the volume without snapshots.
|
||||||
|
|
||||||
The volume must be in an ``available`` state or the request will be
|
The volume must be in an ``available`` state or the request will be
|
||||||
denied. If the transfer request is valid in the database (that is, it
|
denied. If the transfer request is valid in the database (that is, it
|
||||||
has not expired or been deleted), the volume is placed in an
|
has not expired or been deleted), the volume is placed in an
|
||||||
``awaiting-transfer`` state. For example:
|
``awaiting-transfer`` state. For example:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ openstack volume transfer request create a1cdace0-08e4-4dc7-b9dc-457e9bcfe25f
|
$ openstack volume transfer request create a1cdace0-08e4-4dc7-b9dc-457e9bcfe25f
|
||||||
|
|
||||||
The output shows the volume transfer ID in the ``id`` row and the
|
The output shows the volume transfer ID in the ``id`` row and the
|
||||||
authorization key.
|
authorization key.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
+------------+--------------------------------------+
|
+------------+--------------------------------------+
|
||||||
| Field | Value |
|
| Field | Value |
|
||||||
+------------+--------------------------------------+
|
+------------+--------------------------------------+
|
||||||
| auth_key | 0a59e53630f051e2 |
|
| auth_key | 0a59e53630f051e2 |
|
||||||
| created_at | 2016-11-03T11:49:40.346181 |
|
| created_at | 2016-11-03T11:49:40.346181 |
|
||||||
| id | 34e29364-142b-4c7b-8d98-88f765bf176f |
|
| id | 34e29364-142b-4c7b-8d98-88f765bf176f |
|
||||||
| name | None |
|
| name | None |
|
||||||
| volume_id | a1cdace0-08e4-4dc7-b9dc-457e9bcfe25f |
|
| volume_id | a1cdace0-08e4-4dc7-b9dc-457e9bcfe25f |
|
||||||
+------------+--------------------------------------+
|
+------------+--------------------------------------+
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Optionally, you can specify a name for the transfer by using the
|
Optionally, you can specify a name for the transfer by using the
|
||||||
``--name transferName`` parameter.
|
``--name transferName`` parameter.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
While the ``auth_key`` property is visible in the output of
|
While the ``auth_key`` property is visible in the output of
|
||||||
``openstack volume transfer request create VOLUME_ID``, it will not be
|
``openstack volume transfer request create VOLUME_ID``, it will not be
|
||||||
available in subsequent ``openstack volume transfer request show TRANSFER_ID``
|
available in subsequent ``openstack volume transfer request show TRANSFER_ID``
|
||||||
command.
|
command.
|
||||||
|
|
||||||
#. Send the volume transfer ID and authorization key to the new owner (for
|
#. Send the volume transfer ID and authorization key to the new owner (for
|
||||||
example, by email).
|
example, by email).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user