85f3f3877b
Change-Id: I51ce4eaaa6495f17b0792cd6517d455fc7a39f9d Partial-Implements: blueprint quota-support
19 lines
265 B
JSON
19 lines
265 B
JSON
{
|
|
"disk": {
|
|
"limit": 100,
|
|
"in_use": 0
|
|
},
|
|
"cpu": {
|
|
"limit": 20,
|
|
"in_use": 4
|
|
},
|
|
"containers": {
|
|
"limit": 40,
|
|
"in_use": 5
|
|
},
|
|
"memory": {
|
|
"limit": 51200,
|
|
"in_use": 2048
|
|
}
|
|
}
|