Comment 2 for bug 1610613

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

Reviewed: https://review.openstack.org/359944
Committed: https://git.openstack.org/cgit/openstack/kingbird/commit/?id=8fbf914c4422db5daa45ae2ff58857e89372dcb3
Submitter: Jenkins
Branch: master

commit 8fbf914c4422db5daa45ae2ff58857e89372dcb3
Author: Ashish Singh <email address hidden>
Date: Wed Aug 24 20:35:36 2016 +0530

    Fix for the detail quota usage bug

    Currently, tenant quota usage API only returns
    the quotas which are used.

    Have modified such that it returns
    - Limits for that tenant
    - Usage of the quota resources
    - '0' in place of Unused quota resouces

    Eg:
    {'quota_set'
        {
            'usage' : <project_usage>,
            'limits': <project_limit>
        }
    }

    Change-Id: Ib5cab1f420154ed37db0e70a537f552da8243ddf
    Closes-Bug: #1610613