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,19 +502,19 @@ 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 |
|
||||||
@ -526,12 +526,12 @@ Transfer the volume without snapshots.
|
|||||||
| 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user