Description of volume-detach command is not proper
Bug #1321073 reported by
Trump.Zhang
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Fix Released
|
Undecided
|
Liyingjun |
Bug Description
When getting the usage of volume-detach command, we get the output as follows:
::
usage: nova volume-detach <server> <volume>
Detach a volume from a server.
Positional arguments:
<server> Name or ID of server.
<volume> Attachment ID of the volume.
::
The description of the <volume> argument is not proper, the <volume> argument is indeed "ID of the volume". “Attachment ID" is the internal term of nova/cinder.
Changed in python-novaclient: | |
assignee: | nobody → Liyingjun (liyingjun) |
Changed in python-novaclient: | |
milestone: | none → 2.18.0 |
Changed in python-novaclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/100157 /git.openstack. org/cgit/ openstack/ python- novaclient/ commit/ ?id=7be7d883428 a0d956a6751ae78 6495fa5cb2a155
Committed: https:/
Submitter: Jenkins
Branch: master
commit 7be7d883428a0d9 56a6751ae786495 fa5cb2a155
Author: liyingjun <email address hidden>
Date: Fri Jun 13 10:44:46 2014 +0800
Fixes wrong value description for volume-detach
The description of the <volume> argument is not proper, the <volume>
argument is indeed "ID of the volume". “Attachment ID" is the internal
term of nova/cinder. So change description 'Attachment ID of the
volume.' to 'ID of the volume to detach.'
Change-Id: I262d72f6f676e2 60a58d45b750dbd 60fc7c3dcf5
Closes-bug: 1321073