Comment 19 for bug 1253497

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

Reviewed: https://review.openstack.org/57854
Committed: http://github.com/openstack/ironic/commit/7fc0cee599fbb59dc36adc80b4a2623719099d67
Submitter: Jenkins
Branch: master

commit 7fc0cee599fbb59dc36adc80b4a2623719099d67
Author: Haomeng, Wang <email address hidden>
Date: Mon Nov 25 10:37:30 2013 +0800

    Remove oslo uuidutils.generate_uuid() call

    uuidutils.generate_uuid() is going to be removed from oslo, so we
    need to remove the call from our Ironic code.
    http://lists.openstack.org/pipermail/openstack-dev/2013-November/
    018980.html
    We create new method in our Ironic common utils to wrap the
    generate_uuid methods.

    Change-Id: I7bc4ca8fcdb29c4ee5b3e7fc7afb0235812a1c0d
    Partial-Bug: #1253497