Update to nova json for quotas

This commit is contained in:
Joe Talerico 2015-09-23 09:57:15 -04:00
parent 060133246d
commit 25d9a910f3

View File

@ -20,6 +20,17 @@
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"quota": {
"neutron": {
"network": -1,
"port": -1
},
"nova": {
"instances": -1,
"cores": -1,
"ram": -1
}
}
}
}