Comment 41 for bug 1253497

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

Reviewed: https://review.openstack.org/76158
Committed: https://git.openstack.org/cgit/openstack/tuskar/commit/?id=b257fc4cc9aaa1e2578889482094c39c20eb5b09
Submitter: Jenkins
Branch: master

commit b257fc4cc9aaa1e2578889482094c39c20eb5b09
Author: yangxurong <email address hidden>
Date: Tue Feb 25 19:07:49 2014 +0800

    Replace uuidutils.generate_uuid() with str(uuid.uuid4())

    uuidutils.generate_uuid() is going to be removed from oslo,
    so we need to remove its use in tuskar.

    This patch was use str(uuid.uuid4()) to replace
    uuidutils.generate_uuid().

    Change-Id: I4ac42822fe6269d14abef409a81127ebd4444c8a
    Closes-Bug: #1253497