glance/glance/db/sqlalchemy/migrate_repo
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
..
versions Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
README Create 'simple' db driver 2012-06-07 09:20:50 -07:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00
manage.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
migrate.cfg Create 'simple' db driver 2012-06-07 09:20:50 -07:00
schema.py Merge "Remove use of locals() when creating messages" 2013-11-13 03:22:23 +00:00

README

This is a database migration repository.

More information at
http://code.google.com/p/sqlalchemy-migrate/