glance/glance/db
Arnaud Legendre 11b5487eff Use uuid instead of uuidutils
Each project should directly use the standard uuid module.
uuidutils will be deprecated/removed in this cycle.

This patch replaces every uuidutils.generate_uuid() with
str(uuid.uuid4()) and uuidutils.is_uuid_like()
with utils.is_uuid_like().

Change-Id: I43642d4f1e137c14134b3d544e367b504b9851ac
Closes-Bug: #1253497
2013-12-24 11:43:17 -08:00
..
registry Add config option to limit image members 2013-12-03 16:05:49 +00:00
simple Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
sqlalchemy Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
__init__.py Fix and enable gating on H702 2013-12-11 22:12:11 +01:00
migration.py Add migration.py based on the one in nova. 2013-02-14 10:04:15 -05:00