glance/glance/db/sqlalchemy
Alex Meade fad36d8ef7 Add migration to quote encrypted image location urls
Migration 015_quote_swift_credentials.py failed to take into account
encrypted location values. This patch adds a similar migration
that if the value is encrypted then:
1. Decrypts the value
2. Quotes the url string
3. Encrypts the value
4. Inserts back into DB

fixes bug 1081043

Change-Id: Iadfe5f5082b3932307eef8e76571e36c6ff9fce7
2013-02-17 19:51:33 -08:00
..
migrate_repo Add migration to quote encrypted image location urls 2013-02-17 19:51:33 -08:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00
api.py Additional image member information 2013-02-09 04:20:31 +00:00
migration.py implements selecting version in db sync 2012-10-24 22:03:05 -07:00
models.py Add status column to image_members 2013-02-15 15:58:48 +00:00