Update to nova json for quotas
This commit is contained in:
parent
060133246d
commit
25d9a910f3
@ -20,6 +20,17 @@
|
|||||||
"users": {
|
"users": {
|
||||||
"tenants": 1,
|
"tenants": 1,
|
||||||
"users_per_tenant": 1
|
"users_per_tenant": 1
|
||||||
|
},
|
||||||
|
"quota": {
|
||||||
|
"neutron": {
|
||||||
|
"network": -1,
|
||||||
|
"port": -1
|
||||||
|
},
|
||||||
|
"nova": {
|
||||||
|
"instances": -1,
|
||||||
|
"cores": -1,
|
||||||
|
"ram": -1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user