glance/glance/db
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
..
simple Additional image member information 2013-02-09 04:20:31 +00:00
sqlalchemy Add migration to quote encrypted image location urls 2013-02-17 19:51:33 -08:00
__init__.py Updated_at not being passed to db in image create 2013-02-13 22:07:19 +00:00
migration.py Add migration.py based on the one in nova. 2013-02-14 10:04:15 -05:00