keystone/api-ref/source/v3/samples/admin/limit-flat-model-response.json
Lance Bragstad 5a52e5aab7 Expose endpoint to return enforcement model
This commit wires up the last couple pieces of code to expose
a deployment's enforcement model information via the API. This
is going to be consumed by other services to make decisions about
quota calculation.

Change-Id: I02431d58b50aab2a2da8ca5f90938472aad7a935
Closes-Bug: 1765193
2018-07-11 10:03:42 +08:00

7 lines
159 B
JSON

{
"model": {
"description": "Limit enforcement and validation does not take project hierarchy into consideration.",
"name": "flat"
}
}