Comment 56 for bug 1253497

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

Reviewed: https://review.openstack.org/77077
Committed: https://git.openstack.org/cgit/stackforge/manila/commit/?id=753f1614060f6128da2eb213e7e6cae6e04f65db
Submitter: Jenkins
Branch: master

commit 753f1614060f6128da2eb213e7e6cae6e04f65db
Author: Zhongyue Luo <email address hidden>
Date: Fri Feb 28 13:49:32 2014 +0800

    Use uuid instead of uuidutils

    The generate_uuid() functions will be deprecated/removed from uuidutils/
    This patch replaces uuidutils.generate_uuid() with str(uuid.uuid4()).

    Change-Id: I40e2dbf5e9e04b0109b1185df70e4f4ba93a17c9
    Partial-Bug: #1253497