Comment 10 for bug 1189671

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (milestone-proposed)

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 address hidden>
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