]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove the use of common.uuidutils.gen_uuid
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 13 Nov 2013 22:29:32 +0000 (15:29 -0700)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 13 Nov 2013 22:30:28 +0000 (15:30 -0700)
commit2138734b13ea73b3caed8607195b7398e5fc2cab
treef7addc219f8f1ca89abf869f149086197ad5c1e3
parent7d2646f44a281f82828f0a8927aab114c8217daf
Remove the use of common.uuidutils.gen_uuid

There's a movement to remove gen_uuid from the
openstack common.  This change removes it's use
from Cinder and just puts the call inline.

Change-Id: I07329bab9553e15e498ddbda3848d50b8f48fd53
cinder/taskflow/patterns/base.py
cinder/taskflow/utils.py
cinder/tests/keymgr/mock_key_mgr.py