The nova.scheduler.filters.exact_ram_filter Module

class ExactRamFilter

Bases: nova.scheduler.filters.BaseHostFilter

Exact RAM Filter.

host_passes(host_state, spec_obj)

Return True if host has the exact amount of RAM available.

Previous topic

The nova.scheduler.filters.exact_disk_filter Module

Next topic

The nova.scheduler.filters.extra_specs_ops Module

Project Source

This Page