Quotas in admin API is missing api_export_size

Bug #1513226 reported by Tim Simmons
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Designate
Fix Released
High
sonu

Bug Description

Asynchronous Zone Export:
https://github.com/openstack/designate/commit/50d1b1553e36f5927181eed65637491b14acb660

Added a quota for "api_export_size" that is the number of records allowed in an export that can be retrieved synchronously via the API.

This was not added to the admin view for quotas, and thus does not show up in the quotas for a user in the admin API:

curl localhost/admin/quotas/123
{
    "quota": {
        "recordset_records": 20,
        "zone_records": 500,
        "zone_recordsets": 500,
        "zones": 10
    }
}

The admin API docs for quotas should be updated too.

Tim Simmons (timsim)
description: updated
Tim Simmons (timsim)
Changed in designate:
status: New → Triaged
importance: Undecided → High
milestone: none → mitaka-1
sonu (sonu-bhumca11)
Changed in designate:
assignee: nobody → sonu (sonu-bhumca11)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to designate (master)

Fix proposed to branch: master
Review: https://review.openstack.org/247407

Changed in designate:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (master)

Reviewed: https://review.openstack.org/247407
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=9fe1eea2a840abd1268d5bead527d551ad861406
Submitter: Jenkins
Branch: master

commit 9fe1eea2a840abd1268d5bead527d551ad861406
Author: sonu.kumar <email address hidden>
Date: Tue Nov 24 11:02:17 2015 +0530

    Adds api_export_size attribute to admin API

    Closes-Bug: #1513226

    Change-Id: I23bcb9ebab6ee56fcdbe5916533a4a8249291f8f

Changed in designate:
status: In Progress → Fix Committed
Revision history for this message
Thierry Carrez (ttx) wrote : Fix included in openstack/designate 2.0.0.0b1

This issue was fixed in the openstack/designate 2.0.0.0b1 development milestone.

Changed in designate:
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to designate (stable/liberty)

Fix proposed to branch: stable/liberty
Review: https://review.openstack.org/255390

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on designate (stable/liberty)

Change abandoned by Graham Hayes (<email address hidden>) on branch: stable/liberty
Review: https://review.openstack.org/255390
Reason: Cannot be backported - abandoning

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.