Bases: nova.scheduler.filters.BaseHostFilter
Isolate tenants in specific aggregates.
If a host is in an aggregate that has the metadata key “filter_tenant_id” it can only create instances from that tenant(s). A host can be in different aggregates.
If a host doesn’t belong to an aggregate with the metadata key “filter_tenant_id” it can create instances from all tenants.