Comment 7 for bug 1056122

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

Reviewed: https://review.openstack.org/13691
Committed: http://github.com/openstack/nova/commit/ee2dd66c9c2350d9c4aa4ae535daed7e8d72dfb3
Submitter: Jenkins
Branch: master

commit ee2dd66c9c2350d9c4aa4ae535daed7e8d72dfb3
Author: Arathi <email address hidden>
Date: Wed Sep 26 11:04:20 2012 +0530

    Updated code to update attach_time of a volume while detaching

    While detaching volume from an instance, attach_time of the
    volume is not updated. This task updates volume['attach_time']
    to NONE at detach_volume.

    Also modified the default value of XML attribute
    volume['attach_time'] '-' to ''(a 0 length string) to
    maintain consistency with existing code.

    Fixes bug: 1056122

    Change-Id: If56ceda6caab80fb803fcf194ed1dfb18808ec3a