Comment 4 for bug 1354443

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

Reviewed: https://review.openstack.org/119195
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=33a12036d38db085f3ea6c32f053ac4eb4c1ce80
Submitter: Jenkins
Branch: master

commit 33a12036d38db085f3ea6c32f053ac4eb4c1ce80
Author: Andrey Kurilin <email address hidden>
Date: Thu Sep 4 23:16:39 2014 +0300

    Use models.TimestampMixin from oslo.db

    Since `ironic` and `oslo.db` uses `timeutils` from one place,
    we can remove a temporary hack and re-use `TimestampMixin`
    from common db code.

    Change-Id: I48b2ce26484f1283ec65ae4f8dda57d962a8a875
    Closes-Bug: #1354443