craton/craton
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
..
api Switch project_id from integer to UUID 2016-10-18 14:12:13 -05:00
cmd Update setup.cfg and docker_run.sh 2016-10-13 01:20:14 +00:00
db Switch project_id from integer to UUID 2016-10-18 14:12:13 -05:00
tests Switch project_id from integer to UUID 2016-10-18 14:12:13 -05:00
workflow Drop copyright headers 2016-05-20 07:38:38 +10:00
__init__.py Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00
_i18n.py Drop copyright headers 2016-05-20 07:38:38 +10:00
exceptions.py Fixes duplicate entry on network creation 2016-10-13 12:11:35 +01:00