Comment 2 for bug 1538014

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

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

commit b4f7066e7c074dd2fb50d99df593432937c7a8ae
Author: Pallavi <email address hidden>
Date: Wed Feb 24 14:47:36 2016 +0530

    Update time is not updated when metadata of aggregate is updated

    For example, When aggregate zone is updated, time is not getting updated
    in updated_at field.

    So, modified the code such that time gets updated in updated_at field
    whenever the aggregate metadata content gets modified.

    Change-Id: Icb65313ba85562fadeddbc1890ca5d463e74d3c2
    Closes-Bug: #1538014