Comment 4 for bug 1165973

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

Reviewed: https://review.openstack.org/28310
Committed: http://github.com/openstack/nova/commit/325ab8f66b83bce71d5874aaa7d15ca924ae829d
Submitter: Jenkins
Branch: stable/grizzly

commit 325ab8f66b83bce71d5874aaa7d15ca924ae829d
Author: MotoKen <email address hidden>
Date: Wed May 1 14:05:58 2013 +0800

    Fix EC2 instance bdm response

    Make the bdm response respect Amazon EC2 spec:
     * use ec2 volume id instead of uuid
     * use volume attach_status instead of status

    References:
    http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-ItemType-EbsInstanceBlockDeviceMappingResponseType.html

    Resolves bug 1165973.

    Change-Id: Ib68397b79f63e01e92ed4bebbc245ba5e0a3ad11
    (cherry picked from commit f48a2e1a68cca1ef147279b2ddf713635f494bc0)