Neutron: List quotas doesn't show fully parameters

Bug #1474752 reported by Cao Xuan Hoang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Low
Cao Xuan Hoang

Bug Description

Networking API v2.0 extensions (Quotas extension): http://developer.openstack.org/api-ref-networking-v2-ext.html

Issue: Lists quotas for tenants who have non-default quota values that doesn't show fully parameters (not has "security_group_rule", "security_group" and "subnetpool" attributes) on JSON Response.
For example:
Current:
{
    "quotas": [
        {
            "subnet": 10,
            "network": 10,
            "floatingip": 50,
            "tenant_id": "b7445f221cda4f4a8ac7db6b218b1339",
            "router": 10,
            "port": 30
        }
    ]
}

It should be updated as below:

{
    "quotas": [
        {
            "subnet": 10,
            "network": 10,
            "floatingip": 50,
            "tenant_id": "b7445f221cda4f4a8ac7db6b218b1339",
            "subnetpool": -1,
            "security_group_rule": 100,
            "security_group": 10,
            "router": 10,
            "port": 30
        }
    ]
}

Cao Xuan Hoang (hoangcx)
Changed in openstack-api-site:
assignee: nobody → Cao Xuan Hoang (hoangcx)
Nguyen Phuong An (annp)
Changed in openstack-api-site:
status: New → In Progress
Cao Xuan Hoang (hoangcx)
summary: - Neutron: List quotas isn't show fully parameters
+ Neutron: List quotas doesn't show fully parameters
Changed in openstack-api-site:
status: In Progress → New
Revision history for this message
Diane Fleming (diane-fleming) wrote :
Changed in openstack-api-site:
status: New → Confirmed
importance: Undecided → Low
milestone: none → liberty
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/202030
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=9686b9f3e677857536911bdcd9fc59d50c3090bf
Submitter: Jenkins
Branch: master

commit 9686b9f3e677857536911bdcd9fc59d50c3090bf
Author: Nguyen Phuong An <email address hidden>
Date: Wed Jul 15 17:12:04 2015 +0700

    Neutron: List quotas doesn't show fully parameters

    Update for bug/1474752

    Co-Authored-By: Cao Xuan Hoang <email address hidden>

    Change-Id: If119b12869f352dba51aecdca2c51be0e7ffeee2
    Closes-Bug: #1474752

Changed in openstack-api-site:
status: In Progress → Fix Released
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.