Pluggable Weighing support
Bases: object
Base class for pluggable weighers.
Weigh multiple objects. Override in a subclass if you need need access to all objects in order to manipulate weights.
Bases: cinder.openstack.common.scheduler.base_handler.BaseHandler
Return a sorted (highest score first) list of WeighedObjects.
alias of WeighedObject
Bases: object
Object with weight information.