Comment 4 for bug 1244842

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

Reviewed: https://review.openstack.org/53977
Committed: http://github.com/openstack/nova/commit/711a12b4029cd1544d26d147d8a67e110e056124
Submitter: Jenkins
Branch: master

commit 711a12b4029cd1544d26d147d8a67e110e056124
Author: Rick Harris <email address hidden>
Date: Sat Oct 26 01:07:28 2013 +0000

    Fix `NoopQuotaDriver.get_(project|user)_quotas` format

    The quota API extension expects `get_project_quotas` and `get_user_quotas` to
    return a dictionary where the value is another dictionary with a `limit` key.

    The `DbQuotaDriver` adhered to this spec, but the `NoopQuotaDriver` didn't.

    This fixes the `NoopQuotaDriver` to return the results in the correct format.

    Fixes bug 1244842

    Change-Id: Iea274dab1c3f10c3cb0a2815f431e15b4d4934b1