Merge "Update [scheduler] limit_tenants_to_placement_aggregate config help"
This commit is contained in:
commit
71a095be18
@ -114,9 +114,15 @@ request, and request results from placement be limited to that aggregate.
|
|||||||
Multiple tenants may be added to a single aggregate by appending a serial
|
Multiple tenants may be added to a single aggregate by appending a serial
|
||||||
number to the key, such as ``filter_tenant_id:123``.
|
number to the key, such as ``filter_tenant_id:123``.
|
||||||
|
|
||||||
The matching aggregate UUID must be mirrored in placement for proper
|
The matching aggregate UUID must be mirrored in placement for proper operation.
|
||||||
operation. If no host aggregate with the tenant id is found, or that
|
If the aggregate does not match one in placement, the result will be the same
|
||||||
aggregate does not match one in placement, the result will be the same
|
as not finding any suitable hosts for the request.
|
||||||
|
|
||||||
|
If no host aggregate with the tenant id is found and ``[scheduler]
|
||||||
|
placement_aggregate_required_for_tenants = False``, the request will not be
|
||||||
|
restricted to only aggregates matching the tenant. If no host aggregate with
|
||||||
|
the tenant id is found and ``[scheduler]
|
||||||
|
placement_aggregate_required_for_tenants = True``, the result will be the same
|
||||||
as not finding any suitable hosts for the request.
|
as not finding any suitable hosts for the request.
|
||||||
|
|
||||||
Possible values:
|
Possible values:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user