Comment 20 for bug 1253497

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

Reviewed: https://review.openstack.org/58430
Committed: http://github.com/openstack/ironic/commit/e55928526f59ed7b178b5e6e242f986b90aa2a82
Submitter: Jenkins
Branch: master

commit e55928526f59ed7b178b5e6e242f986b90aa2a82
Author: Haomeng, Wang <email address hidden>
Date: Tue Nov 26 09:35:21 2013 +0800

    Remove oslo uuidutils.is_uuid_like call

    uuidutils.is_uuid_like 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
    is_uuid_like methods.

    Change-Id: I6170ffc5c30b705e6a85997eb5a8ba4388c72335
    Partial-Bug: #1253497