[Openstack] Quota changes don't "take"

Tomas Vondra vondra at czech-itc.cz
Tue Jul 26 07:41:11 UTC 2016


Turbo Fredriksson <turbo at ...> writes:

> 
> On Jul 23, 2016, at 1:50 PM, Kevin Benton wrote:
> 
> > It looks like you are setting quotas for the name instead of the id. Change
> > your list command to output the 'id' column instead.
> 
> Didn't help..
> 
> What command do you actually use to show/change the same
> "Defaults" settings I see in Horizon->Project->System->Defaults ?


Have a look at you Neutron configuration file. There are two qouta drivers
in existence. One gives all tenants the quota specified in the file, the
other actually uses the database. The correct line is 
quota_driver = neutron.db.quota_db.DbQuotaDriver
Tomas





More information about the Openstack mailing list