Comment 11 for bug 1082248

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

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

commit c4aa8e97dfc95a663b2273478ea5105bad5358fd
Author: Luong Anh Tuan <email address hidden>
Date: Tue Nov 8 13:57:22 2016 +0700

    Replaces uuid.uuid4 with uuidutils.generate_uuid()

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

    Change-Id: Ifab42440663323f43a7fdb5abe3887414f60602d
    Closes-Bug: #1082248