Comment 13 for bug 1253497

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

Reviewed: https://review.openstack.org/57802
Committed: http://github.com/openstack/oslo-incubator/commit/bdabd512943ebb84a1333b2b3ee31a33124af76e
Submitter: Jenkins
Branch: master

commit bdabd512943ebb84a1333b2b3ee31a33124af76e
Author: Zhongyue Luo <email address hidden>
Date: Fri Nov 22 08:37:21 2013 +0800

    Remove uuidutils imports in oslo modules

    The only use of uuidutils in oslo-incubator is generate_uuid
    which could be replaced with uuid.uuid4().
    Droping the dependency would help deprecating/removing uuidutils
    in the future.

    Partial-bug: #1253497

    Change-Id: Ie0bc94e0b4aea6563f138c0f09c54c323ba23279