nova/nova/db/sqlalchemy
Diana Clarke 110bb30d0f Replace N block_device_mapping queries with 1
The ExtendedVolumes post-processing extension used to do N
block_device_mapping queries (one query per instance in a 'nova list').
Instead, do one block_device_mapping query with an IN clause of
instance UUIDs.

Change-Id: I32a1bd0e05a7a938e531d00bedfab23a0bb68538
Partial-Bug: #1416132
Closes-Bug: #1359808
2015-11-12 12:02:05 -05:00
..
api_migrations Add DB2 support 2015-07-08 16:45:37 -07:00
migrate_repo Reserve 10 migrations for backports 2015-09-30 08:29:04 -07:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
api.py Replace N block_device_mapping queries with 1 2015-11-12 12:02:05 -05:00
api_models.py Add Host Mapping table to API Database 2015-06-16 07:54:46 +00:00
migration.py Revert "Implement online schema migrations" 2015-10-28 19:35:37 -07:00
models.py Merge "Revert "Implement online schema migrations"" 2015-10-30 02:20:50 +00:00
types.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
utils.py Fix Python 3 issues in nova.db.sqlalchemy 2015-06-30 07:06:54 -07:00