<div dir="ltr">The AggregateMultiTenancyIsolation nova scheduler filter is supposed to check whether a tenant requesting nova to schedule a VM is in the list of tenant IDs specified for each applicable aggregate where the filter_tenant_id metadata field has a value specified.<div><br></div><div>I'd like to know how to specify a list of tenant IDs for this metadata field.  Debugging shows that if the list is passed in to the 'nova aggregate-set-metadata' CLI command as a comma-delimited string, this gets treated as a set with one element in it (the specified string).  Filtering then doesn't seem to do the right thing.</div></div>