Comment 2 for bug 1236993

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

Reviewed: https://review.openstack.org/50608
Committed: http://github.com/openstack/neutron/commit/46495f4995b6604cb249b688aaa249ef4e8b18ef
Submitter: Jenkins
Branch: master

commit 46495f4995b6604cb249b688aaa249ef4e8b18ef
Author: Akihiro MOTOKI <email address hidden>
Date: Wed Oct 9 19:50:35 2013 +0900

    Fallback to Quota Conf Driver if Quotas table is not defined

    commit de15e0b9c5 enabled Quota DB driver default considering
    production environments, but it breaks plugins without per-tenant
    quota extension. In these plugin quotas tables is not loaded.

    This commit fallbacks to ConfDriver if Quota model is not loaded by
    checking neutron.db.quota_db which defines Quota model is imported.

    Change-Id: Idaaaa9810598cfd3e5ce70020f498643b4819d16
    Closes-Bug: #1236993