Previous topic

The nova.scheduler.filters.affinity_filter Module

Next topic

The nova.scheduler.filters.availability_zone_filter Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.scheduler.filters.all_hosts_filter Module

class AllHostsFilter

Bases: nova.scheduler.filters.BaseHostFilter

NOP host filter. Returns all hosts.

host_passes(host_state, filter_properties)