craton/craton/api
Ian Cordasco 096c6450e8 Switch project_id from integer to UUID
When looking at integrating craton with Keystone, it became apparent
that we could not store project_id's from Keystone in Craton's Database.
All of our project_id columns are Integers and Keystone uses UUIDs by
default. As a result, we've switched Craton to use UUIDs for Project IDs
and tweaked the docker tooling and install documentation.

Change-Id: I4b84f6ac23ffd128e0060fd929c6f0c60ee16d52
Closes-bug: 1634191
2016-10-18 14:12:13 -05:00
..
v1 Switch project_id from integer to UUID 2016-10-18 14:12:13 -05:00
__init__.py Changes project layout 2016-08-15 18:31:58 +01:00
middleware.py Switch project_id from integer to UUID 2016-10-18 14:12:13 -05:00