Comment 14 for bug 1599488

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

Reviewed: https://review.openstack.org/348947
Committed: https://git.openstack.org/cgit/openstack/neutron-specs/commit/?id=8c6711b5911c116aea63b8f8b0782a4ca5f5e777
Submitter: Jenkins
Branch: master

commit 8c6711b5911c116aea63b8f8b0782a4ca5f5e777
Author: Sergey Belous <email address hidden>
Date: Fri Jul 29 19:01:33 2016 +0300

    Extend Quota API to report usage statistics

    This patch proposes a new extension for quota API.
    This adds following endpoint: GET /v2.0/quotas/{tenant_id}/detail
    It reports detailed quotas for a specific tenant such as
    reserved, limit and used for each resource.

    Change-Id: I3cfe95f429d5aef771c906f7fcd7175d1d44523a
    Co-Authored-By: Sean M. Collins <email address hidden>
    Co-Authored-By: Prince Boateng<email address hidden>
    Co-Authored-By: Aradhana Singh <email address hidden>
    Related-bug: #1599488