Comment 28 for bug 1253497

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

Reviewed: https://review.openstack.org/60643
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=11b5487eff312d4d914fbc2f861e18b031421dbe
Submitter: Jenkins
Branch: master

commit 11b5487eff312d4d914fbc2f861e18b031421dbe
Author: Arnaud Legendre <email address hidden>
Date: Fri Dec 6 17:02:35 2013 -0800

    Use uuid instead of uuidutils

    Each project should directly use the standard uuid module.
    uuidutils will be deprecated/removed in this cycle.

    This patch replaces every uuidutils.generate_uuid() with
    str(uuid.uuid4()) and uuidutils.is_uuid_like()
    with utils.is_uuid_like().

    Change-Id: I43642d4f1e137c14134b3d544e367b504b9851ac
    Closes-Bug: #1253497