Comment 1 for bug 1321073

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/100157
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=7be7d883428a0d956a6751ae786495fa5cb2a155
Submitter: Jenkins
Branch: master

commit 7be7d883428a0d956a6751ae786495fa5cb2a155
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: I262d72f6f676e260a58d45b750dbd60fc7c3dcf5
    Closes-bug: 1321073