nova/nova/objects
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
..
__init__.py objects: Add MigrationContext object 2015-08-31 20:45:19 +01:00
agent.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
aggregate.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
bandwidth_usage.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
base.py Replace N block_device_mapping queries with 1 2015-11-12 12:02:05 -05:00
block_device.py Replace N block_device_mapping queries with 1 2015-11-12 12:02:05 -05:00
cell_mapping.py Move to using ovo's remotable decorators 2015-07-28 10:34:59 -07:00
compute_node.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
dns_domain.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
ec2.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
external_event.py cleanup NovaObjectDictCompat from external_event 2015-08-26 17:01:02 +05:30
fields.py objects: convert config drive to use ImageMeta object 2015-09-07 17:11:02 +01:00
fixed_ip.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
flavor.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
floating_ip.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
host_mapping.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
hv_spec.py cleanup NovaObjectDictCompat from hv_spec 2015-08-20 18:49:19 +00:00
image_meta.py Merge "Untie subobject versions" 2015-11-11 18:25:23 +00:00
instance.py Drop Instance v1.x support 2015-11-03 10:05:30 -08:00
instance_action.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
instance_fault.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
instance_group.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
instance_info_cache.py Merge "Send Instance object to cells instance_update_at_top" 2015-06-12 01:33:13 +00:00
instance_mapping.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
instance_numa_topology.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
instance_pci_requests.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
keypair.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
migration.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
migration_context.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
monitor_metric.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
network.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
network_request.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
numa.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
pci_device.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
pci_device_pool.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
quotas.py cleanup NovaObjectDictCompat from quota 2015-08-20 18:48:21 +00:00
request_spec.py Merge "Drop Instance v1.x support" 2015-11-03 21:31:16 +00:00
security_group.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
security_group_rule.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
service.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
tag.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
task_log.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
vcpu_model.py Untie subobject versions 2015-11-10 15:56:14 +00:00
virt_cpu_topology.py cleanup NovaObjectDictCompat from virt_cpu_topology 2015-08-05 08:56:30 +05:30
virtual_interface.py Remove obj_relationships from objects 2015-10-30 00:22:23 +00:00
volume_usage.py Add a VolumeUsage object 2015-08-23 18:45:38 +02:00