Comment 2 for bug 1255035

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

Reviewed: https://review.openstack.org/58518
Committed: http://github.com/openstack/nova/commit/1447b8117bc4de27243913208ead210b8f36d635
Submitter: Jenkins
Branch: master

commit 1447b8117bc4de27243913208ead210b8f36d635
Author: Tianpeng Wang <email address hidden>
Date: Tue Nov 26 13:10:40 2013 +0000

    Fix incorrect argument position in DbQuotaDriver

    The prototype of db.quota_get is:
    `quota_get(context, project_id, resource, user_id=None)`
    However, in DbQuotaDriver::get_by_project_and_user(), the `user_id`
    is incorrectly used as a positional argument.

    Closes-Bug: #1255035

    Change-Id: I5b6a4c59efe6d9bdc8380e50b7f7c1ff0d2029b1