Incorrect parameters for "Update router"

Bug #1425377 reported by Takanori Miyagishi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Medium
Takanori Miyagishi

Bug Description

In http://developer.openstack.org/api-ref-networking-v2.html,
update router has some misdescription in request parameters table.

  (1) "routers"
    Correct parameter name is "router".
  (2) "status", "tenant_id", "id"
    These parameters can not be specified in the request body.
  (3) "external_gateway_info", "name", "admin_state_up"
    These parameters are optional parameter, but the table
    is not described as "(Optional)".

So, I'd like to fix these paramaters as follows.
  (1) "routers"
    Change to "router".
  (2) "status", "tenant_id", "id"
    Remove from the table.
  (3) "external_gateway_info", "name", "admin_state_up"
    Add "(Optional)" signage.

Changed in openstack-api-site:
assignee: nobody → Takanori Miyagishi (miyagishi-t)
Revision history for this message
Anne Gentle (annegentle) wrote :

Please triage before assigning yourself.

Changed in openstack-api-site:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to api-site (master)

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

Changed in openstack-api-site:
status: Confirmed → In Progress
Tom Fifield (fifieldt)
Changed in openstack-api-site:
milestone: none → kilo
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/162074
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=21e3264ff3d12911501cbaf5893a6fb7d5c8d6c2
Submitter: Jenkins
Branch: master

commit 21e3264ff3d12911501cbaf5893a6fb7d5c8d6c2
Author: Takanori Miyagishi <email address hidden>
Date: Fri Mar 6 19:04:16 2015 +0900

    Fix request parameters table for "Update router"

     (1) "routers"
        Change to "router".

     (2) "status", "tenant_id", "id"
        Remove from the table.

     (3) "external_gateway_info", "name", "admin_state_up"
        Add "(Optional)" signage.

    Change-Id: I97aff8c822a9ebfe21d0163867915b3ddc8346ab
    Closes-Bug: #1425377

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.