glance/glance/db
Matthew Booth 8c9c5020fd Fix migration on older postgres
Since the move to oslo.db, sqlalchemy no longer raises
ProgrammingError.  Instead, it is wrapped in a
oslo.db.exception.DBError. This causes migration to fail on older
postgres, which relies on catching this error to use the correct
constraint name.

Change-Id: Icf7b20eb4e09f3c91aa3df3bcea497f810a6f907
2014-08-08 15:58:46 +01:00
..
registry Adding status field to image location -- domain and APIs changes 2014-07-11 14:15:33 +08:00
simple Enable F821 check: undefined name 'name' 2014-07-23 16:28:24 +04:00
sqlalchemy Fix migration on older postgres 2014-08-08 15:58:46 +01:00
__init__.py Adding status field to image location -- domain and APIs changes 2014-07-11 14:15:33 +08:00
migration.py Move to oslo.db 2014-07-21 12:31:10 +03:00