Comment 11 for bug 1514331

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

Reviewed: https://review.openstack.org/394301
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=6eefa313f73e714b9307fc77acb7f6b8a9599395
Submitter: Jenkins
Branch: master

commit 6eefa313f73e714b9307fc77acb7f6b8a9599395
Author: melissaml <ma.lei@99cloud.net>
Date: Mon Nov 7 15:42:30 2016 +0800

    Replace oslo_utils.timeutils.isotime

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

    Change-Id: I8b9d02515860f3d4bc519055bf736c45f2eefcd7
    Closes-Bug: #1514331