The nova.scheduler.filters.retry_filter Module

class RetryFilter

Bases: nova.scheduler.filters.BaseHostFilter

Filter out nodes that have already been attempted for scheduling purposes

host_passes(host_state, spec_obj)

Skip nodes that have already been attempted.

Previous topic

The nova.scheduler.filters.ram_filter Module

Next topic

The nova.scheduler.filters.trusted_filter Module

Project Source

This Page