glance/glance/db/sqlalchemy
Dharini Chandrasekar 689dfae6db Refine migration query added with CI change
The query added with CI change [0] was using the python 'and'
instead of sqlalchemy's 'and_()'. This patch changes that.
This patch also further refines the query to look specifically
for visility 'private' instead of '<> public' for accuracy during
setting of visibility to 'shared'.

[0] I94bc7708b291ce37319539e27b3e88c9a17e1a9f

Change-Id: I6851aa0e5ca8cecaff518609c14cd528bca95ade
2017-01-29 19:37:20 +00:00
..
metadef_api Python 3: fix glance.tests.functional.db.test_sqlalchemy 2016-12-01 17:42:12 +01:00
migrate_repo Refine migration query added with CI change 2017-01-29 19:37:20 +00:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00
api.py Fix regression introduced by Community Images 2017-01-20 22:37:28 +00:00
glare.py Python 3: fix glance.tests.functional.db.test_sqlalchemy 2016-12-01 17:42:12 +01:00
metadata.py Added overwrite warning for db_export_metadefs. 2016-11-08 16:46:49 +00:00
models.py Implement and Enable Community Images 2017-01-18 17:56:12 +00:00
models_glare.py Move Glance Artifact Repository API to separate endpoint 2016-02-10 18:34:55 +03:00
models_metadef.py Replace oslo_utils.timeutils 2015-12-10 10:53:46 +00:00