Comment 66 for bug 1082248

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

Reviewed: https://review.openstack.org/406701
Committed: https://git.openstack.org/cgit/openstack/osprofiler/commit/?id=cb6052de6fc654491f868709d22549388887acd8
Submitter: Jenkins
Branch: master

commit cb6052de6fc654491f868709d22549388887acd8
Author: Tovin Seven <email address hidden>
Date: Mon Dec 5 11:33:37 2016 +0700

    Use uuidutils instead of uuid.uuid4()

    Openstack common has a wrapper for generating uuids.
    We should only use that function when generating uuids for consistency.

    Change-Id: Ia2ad4b3b683b6c432cb8629b5253dae8805af0e7
    Closes-Bug: #1082248