Comment 7 for bug 1280572

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

Reviewed: https://review.openstack.org/79510
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e5cd9d90062d778b7725de0c76d44d6077e8e237
Submitter: Jenkins
Branch: master

commit e5cd9d90062d778b7725de0c76d44d6077e8e237
Author: liu-sheng <email address hidden>
Date: Tue Mar 11 10:24:59 2014 +0800

    [EC2]Correct the return status of attaching volume

    The EC2 API return volume's status as 'detached' in response when
    attaching a volume.
    It should be 'attaching' according to EC2's API docs, so we should convert
    the volume_status or volume attach_status to ec2 volume attachment status.
    The situation is similar in detaching volume.

    Change-Id: Ifacf0ffcab49394def948d428c4c4c13d08152f0
    Closes-bug: #1280572