placement/nova/scheduler/filters
Paul Murray cd7fcf4d9b Make aggregate filters use objects
Some scheduler filters that use aggregates have been converted
to use nova objects. This patch converts the remaining ones to
use objects. In both cases the calls to the database are
replaced by calls to a utility method that gets the required
data using Aggregate objects. In the future these utility
methods could be replaced with an implementation that works on
a cache - for now they do not change the behavior - its just
a refactor.

blueprint kilo-objects
Change-Id: I42d5697a67805b7e85f82cf3cf2cd6e17d923955
2014-11-25 14:49:08 +00:00
..
aggregate_image_properties_isolation.py Make aggregate filters use objects 2014-11-25 14:49:08 +00:00
aggregate_instance_extra_specs.py Make aggregate filters use objects 2014-11-25 14:49:08 +00:00
aggregate_multitenancy_isolation.py Make aggregate filters use objects 2014-11-25 14:49:08 +00:00