Wen Cheng Ma
e687098cf1
Fix glance db migration failed on 031
In fact, the first where expression has filtered the duplicated locations, and the second filters the locations which have more than 1 rows, so the second result set is included in the first. In DB2, if the boolean of where expression is true, it will throw error. So remove the second where expression to fix glance db migration failed on 031. Fixes bug #1287087 Change-Id: Id485b6d20696e989d10f3759011387137543918a
Glance
Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images. Use the following resources to learn more:
Description
Languages
Python
99.9%