Neutron: List extensions show redundant parameter

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

Bug Description

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

Issue: Lists available Networking API v2.0 extensions and shows details for a specified extension that currently showing redundant "namespace" parameter. Because the "namespace" has been removed according to the following WIP: https://review.openstack.org/#/c/190215/

For example:
Current:
{
    "extensions": [
        {
            "updated": "2013-01-20T00:00:00-00:00",
            "name": "Neutron Service Type Management",
            "links": [],
            "namespace": "http://docs.openstack.org/ext/neutron/service-type/api/v1.0",
            "alias": "service-type",
            "description": "API for retrieving service providers for Neutron advanced services"
        },
        {
            "updated": "2012-10-05T10:00:00-00:00",
            "name": "security-group",
            "links": [],
            "namespace": "http://docs.openstack.org/ext/securitygroups/api/v2.0",
            "alias": "security-group",
            "description": "The security groups extension."
        },
..........}

It should be updated as below:

{
    "extensions": [
        {
            "updated": "2013-01-20T00:00:00-00:00",
            "name": "Neutron Service Type Management",
            "links": [],
            "alias": "service-type",
            "description": "API for retrieving service providers for Neutron advanced services"
        },
        {
            "updated": "2012-10-05T10:00:00-00:00",
            "name": "security-group",
            "links": [],
            "alias": "security-group",
            "description": "The security groups extension."
        },
..........}

Cao Xuan Hoang (hoangcx)
summary: - Neutron: GET Extensions show redundant parameter
+ Neutron: List extensions show redundant parameter
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
Revision history for this message
Tom Fifield (fifieldt) wrote :

I checked the ML post linked and it is confirmed that namespaces should be removed

Changed in openstack-api-site:
importance: Undecided → Medium
milestone: none → liberty
Revision history for this message
Cao Xuan Hoang (hoangcx) wrote :

@Tom FiField:
Thanks for the information. I am trying to check the api-ref-networking-v2-ext usage and reporting some relations bugs to it (or maybe not bugs). So could you please check it. Then i will try to fix it to help tenant users or operators can catch up latest information.

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

Reviewed: https://review.openstack.org/202008
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=9b446afa26f15b0d4a47319be4a58bb088e5ca91
Submitter: Jenkins
Branch: master

commit 9b446afa26f15b0d4a47319be4a58bb088e5ca91
Author: Nguyen Phuong An <email address hidden>
Date: Wed Jul 15 16:16:53 2015 +0700

    Neutron: List extensions show redundant parameter

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

    Change-Id: I5f650bbb581577629c9fc44d3064a09aa3e241c8
    Closes-Bug: #1474733

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.