Previous topic

The nova.scheduler.filters.all_hosts_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.arch_filter Module

class ArchFilter

Bases: nova.scheduler.filters.BaseHostFilter

Filter out hosts that can not support the guest architecture. Note: This is supported for libvirt only now.

host_passes(host_state, filter_properties)