glance/glance/db/sqlalchemy
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
..
migrate_repo Fix migration on older postgres 2014-08-08 15:58:46 +01:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00
api.py Integrate OSprofiler and Glance 2014-08-07 21:05:16 +08:00
models.py Move to oslo.db 2014-07-21 12:31:10 +03:00