Comment 37 for bug 1253497

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

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

commit e4492d54ae0d59514b6c621eceb89ed7648bd6d6
Author: Zhongyue Luo <email address hidden>
Date: Mon Feb 17 14:53:01 2014 +0800

    Use uuid instead of uuidutils

    Glance no longer import uuidutils from Oslo.
    This patch replaces uuidutils.generate_uuid() with
    str(uuid.uuid4()).

    Change-Id: I463324cefe488138d709ffe0cc4a587d6ecaa850
    Related-Bug: #1253497