The volume state should be "awaiting-transfer"

The volume state should be "awaiting-transfer" after
"cinder transfer-create", not "awaiting transfer", this patch fix it.

Closes-Bug: #1606219
Change-Id: Iebf487a3eaaa6a452bfb70e096e0a71f99db2a5c
This commit is contained in:
qiaomin 2016-07-22 14:54:54 +00:00 committed by Allen
parent fac21de23c
commit 3a9c5d1b97
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ Create a volume transfer request
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
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