The nova.scheduler.filters.compute_capabilities_filter Module

class ComputeCapabilitiesFilter

Bases: nova.scheduler.filters.BaseHostFilter

HostFilter hard-coded to work with InstanceType records.

host_passes(host_state, spec_obj)

Return a list of hosts that can create instance_type.

run_filter_once_per_request = True

Previous topic

The nova.scheduler.filters.availability_zone_filter Module

Next topic

The nova.scheduler.filters.compute_filter Module

Project Source

This Page