Comment 26 for bug 1514331

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

Reviewed: https://review.openstack.org/459452
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=fb89271d84e1ff66b498c811079364bb3a66d7a2
Submitter: Jenkins
Branch: master

commit fb89271d84e1ff66b498c811079364bb3a66d7a2
Author: Emily Hugenbruch <email address hidden>
Date: Mon Apr 24 16:49:24 2017 -0400

    Replace oslo_utils.timeutils.isotime

    The function 'oslo_utils.timeutils.isotime()' is deprecated in
    version '1.6' and will be removed in a future version.
    We are using datetime.datetime.isoformat() instead.
    For more information: http://docs.openstack.org/developer/oslo.utils/api/timeutils.html#oslo_utils.timeutils.isotime

    Change-Id: I7d41e33bc42f8eb354c8a659123bf34e077a9626
    Closes-Bug: #1514331