Remove 'transfer-show' step in transfer accept

A 'Display the transfer request details by using the ID' step
has been removed because 'cinder transfer-show' returns
'Not Found' error when the volume recipient is not an admin user.

Change-Id: I524e103a356a91c02a94f43c96f2a1b0563bd148
Closes-Bug: #1424517
This commit is contained in:
Takashi NATSUME 2015-02-23 14:16:32 +09:00
parent b7164e3715
commit b760b3a8fb
1 changed files with 0 additions and 14 deletions

View File

@ -329,20 +329,6 @@
obtain the transfer ID and authorization key
from the original owner.</para>
</step>
<step>
<para>Display the transfer request details by using the ID:</para>
<screen><prompt>$</prompt> <userinput>cinder transfer-show <replaceable>transferID</replaceable></userinput></screen>
<para>For example:</para>
<screen><prompt>$</prompt> <userinput>cinder transfer-show 6e4e9aa4-bed5-4f94-8f76-df43232f44dc</userinput></screen>
<screen><computeroutput>+------------+--------------------------------------+
| Property | Value |
+------------+--------------------------------------+
| created_at | 2013-10-14T15:20:10.000000 |
| id | 6e4e9aa4-bed5-4f94-8f76-df43232f44dc |
| name | None |
| volume_id | a1cdace0-08e4-4dc7-b9dc-457e9bcfe25f |
+------------+--------------------------------------+</computeroutput></screen>
</step>
<step>
<para>Accept the request:</para>
<screen><prompt>$</prompt> <userinput>cinder transfer-accept <replaceable>transferID</replaceable> <replaceable>authKey</replaceable></userinput></screen>