Comment 52 for bug 1253497

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

Reviewed: https://review.openstack.org/76756
Committed: https://git.openstack.org/cgit/stackforge/barbican/commit/?id=53100d02bdb7cc1011363644e4eef88ab1630821
Submitter: Jenkins
Branch: master

commit 53100d02bdb7cc1011363644e4eef88ab1630821
Author: Zhongyue Luo <email address hidden>
Date: Thu Feb 27 13:05:22 2014 +0800

    Remove oslo.uuidutils

    The only use of uuidutils in barbican is generate_uuid
    which will be dropped from oslo-incubator.

    This patch moves generate_uuid to barbican.common.utils and
    updates the context module from oslo.

    Following changes were updated in context:

    13eb01c Adding domain to context and log
    12bcdb7 Remove vim header
    bdabd51 Remove uuidutils imports in oslo modules
    44e8222 Revert "Removes generate_uuid from uuidutils"
    571a78a Removes generate_uuid from uuidutils
    36859e5 Adding instance_uuid to context and log

    Change-Id: If27f8308f00ce92d8cde0bc1c669c8020137eba5
    Partial-bug: #1253497