Neutron/Networking: "Update VIP" Response Parameters missing the "port_id" parameter

Bug #1477478 reported by Hajime Hoashi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
New
Undecided
Hajime Hoashi

Bug Description

Networking API v2.0 extensions, Update VIP:
http://developer.openstack.org/api-ref-networking-v2-ext.html#updateVIP

[Issue]
In "Load-Balancer-as-a-Service (LBaaS) 1.0 (STABLE)" section,
PUT /v2.0/lb/vips/{vip_id} "Update VIP" Response Parameters is missing the "port_id" parameter.

[Representaion]
<Environment>
stack@ubuntu:~/devstack$ git show
commit 56f4c3c8197bdeaa23f56f370acee078c0dfdf0a
Merge: 53e0160 dcc8a30
Author: Jenkins <email address hidden>
Date: Mon Jul 20 22:53:32 2015 +0000

    Merge "Be more explicit about jenkins project config"

stack@ubuntu:~/devstack$

<API>
stack@ubuntu:~$ curl -g -i -X PUT -H "Content-Type: application/json" -H "X-Auth-Token: ${token}" \
  -d '{
         "vip": {
            "connection_limit": "1000"
         }
    }' \
   http://192.168.122.99:9696/v2.0/lb/vips/0c05c5aa-106f-43a7-a6e4-7145605fd886 ;echo
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Content-Length: 500
X-Openstack-Request-Id: req-c33ad134-1a0b-4f8f-a46f-f7010a76edd5
Date: Wed, 22 Jul 2015 07:13:58 GMT

{"vip": {"status": "PENDING_UPDATE", "protocol": "HTTP", "description": "", "address": "192.168.11.3", "protocol_port": 80, "port_id": "48362296-0e5e-4135-8e3b-2fcfb841306d", "id": "0c05c5aa-106f-43a7-a6e4-7145605fd886", "status_description": null, "name": "myvip1a", "admin_state_up": true, "subnet_id": "3987977f-8660-4e4a-ad5a-16124fc583b6", "tenant_id": "0522fc19a56b4d7ca32a9140d3d36a08", "connection_limit": 1000, "pool_id": "c795c0c2-cc91-4605-b794-8278f21375ca", "session_persistence": null}}
stack@ubuntu:~$

Changed in openstack-api-site:
assignee: nobody → Hajime Hoashi (hoashi-hajime)
Revision history for this message
Anne Gentle (annegentle) wrote :

Duplicate of 1476646

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.