Comment 18 for bug 1082248

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

Reviewed: https://review.openstack.org/394795
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=ef6c1cb9ce0e56ed7b629f4e239083e67eee13a1
Submitter: Jenkins
Branch: master

commit ef6c1cb9ce0e56ed7b629f4e239083e67eee13a1
Author: Luong Anh Tuan <email address hidden>
Date: Tue Nov 8 14:13:05 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: Ifb7b15fc8634338fc535de8043053e41aa93968a
    Closes-Bug: #1082248