nova/nova/api
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
..
ec2 Change 'ec2-api' stackforge url to openstack url 2015-10-21 14:15:50 +08:00
metadata Fix string formatting in api/metadata/vendordata_json.py 2015-09-16 09:50:41 +02:00
openstack Replace N block_device_mapping queries with 1 2015-11-12 12:02:05 -05:00
validation Merge "Filter leading/trailing spaces for name field in v2.1 compat mode" 2015-09-23 12:31:00 +00:00
__init__.py Remove unused copyright from nova.api.__init__ 2014-01-10 16:24:50 +08:00
auth.py Use StrOpt's parameter choices to restritct option auth_strategy 2015-09-30 03:57:39 +00:00
compute_req_id.py Remove 'v3' from comments in Nova API code 2015-09-14 14:10:58 +00:00
manager.py Remove vi modelines 2014-02-03 14:19:44 +00:00
opts.py api: deprecate the concept of extensions in v2.1 2015-08-27 13:16:09 +00:00
sizelimit.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
validator.py Fix comment typo 2015-06-23 08:41:43 +10:00