Comment 2 for bug 1555686

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

Reviewed: https://review.openstack.org/291259
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dc68662a0be831b66fc50d6bca7a8f1d70351200
Submitter: Jenkins
Branch: master

commit dc68662a0be831b66fc50d6bca7a8f1d70351200
Author: Hirofumi Ichihara <email address hidden>
Date: Fri Mar 11 00:49:06 2016 +0900

    Fix PUT tag failure

    This patch fix failure putting tag on network.
    Timestamp causes the issue because it try to update 'updated_at'
    of tag which doesn't have the attribute.

    Change-Id: Iad088bbaf4b05a25153964ed30762b70fc8b3318
    Closes-Bug: #1555686