The nova.scheduler.filters.exact_core_filter Module

class ExactCoreFilter

Bases: nova.scheduler.filters.BaseHostFilter

Exact Core Filter.

host_passes(host_state, spec_obj)

Return True if host has the exact number of CPU cores.

Previous topic

The nova.scheduler.filters.disk_filter Module

Next topic

The nova.scheduler.filters.exact_disk_filter Module

Project Source

This Page