Comment 4 for bug 1277068

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

Reviewed: https://review.openstack.org/71537
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=67864735a86c8b3fed5d0c27f51760bfb6f458bd
Submitter: Jenkins
Branch: master

commit 67864735a86c8b3fed5d0c27f51760bfb6f458bd
Author: liyingjun <email address hidden>
Date: Wed Jan 15 01:11:29 2014 +0800

    Merge same db calls for some quota methods

    self.db.quota_get_all_by_project is called twice in method limit_check()
    and reserve(),
    self.db.quota_get_all_by_project_and_user is called twice in method
    get_settable_quotas()

    Change-Id: Ibe41f49afe16c220ca663a7ad13b61acc08c7775
    Closes-bug: 1277068