glance/glance/tests/functional/v2
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
..
__init__.py Adding versioned namespaces in test dir 2012-03-25 13:28:45 -07:00
test_images.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_schemas.py Allow storage drivers to add metadata to locations 2013-07-11 23:11:44 -10:00
test_tasks.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00