glance/glance/db/sqlalchemy
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
..
migrate_repo Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00
api.py Merge "Glance image-list failed when image number exceed DEFAULT_PAGE_SIZE" 2013-12-10 03:47:30 +00:00
migration.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
models.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00