Comment 22 for bug 1082248

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

Reviewed: https://review.openstack.org/394346
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=e9ba374707a856033c8aab083a7d410154158f3c
Submitter: Jenkins
Branch: master

commit e9ba374707a856033c8aab083a7d410154158f3c
Author: pawnesh.kumar <email address hidden>
Date: Mon Nov 7 15:33:28 2016 +0530

    Replace uuid4() with generate_uuid() from oslo_utils

    As of now, UUID is being generated using either uuid.uuid4()
    or uuidutils.generate_uuid(). In order to maintain consistency,
    we propose to use uuidutils.generate_uuid() from oslo_utils.

    Change-Id: I620cb1f396ce011b9846ff2dad2c9811bc5d0652
    Closes-Bug: #1082248