Reviewed: https://review.openstack.org/50378 Committed: http://github.com/openstack/neutron/commit/82fee2ff4d298d26149a99519f33935746f82570 Submitter: Jenkins Branch: milestone-proposed
commit 82fee2ff4d298d26149a99519f33935746f82570 Author: Akihiro MOTOKI <[email protected]> Date: Mon Oct 7 08:38:07 2013 +0900 Enable Quota DB driver by default Closes-Bug: #1189671 Quota driver is now loaded in lazy mode, i.e. the driver is loaded the first time the driver is accessed. This is to make unit tests work. Some unit tests like extension test cases need to use Config Quota driver (previous default) but QuotaEngine is initialized when quota.py is imported. Thus the unit tests had no chance to specify quota_driver. Change-Id: I9e20961d5a6322361e3c0284b3c2a7ca86755c70 ** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1189671 Title: default quota driver not suitable for production Status in OpenStack Neutron (virtual network service): Fix Released Bug description: The default quota driver is conf file driven, which isn't particularly useful in non-trivial clouds. Can we change the default to quantum.db.quota_db.DbQuotaDriver please? To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1189671/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

