Comment 3 for bug 1624097

Revision history for this message
Reedip (reedip-banerjee-deactivatedaccount) wrote :

Currently Member update is not supported for LBaaS v2 members

curl -s -i -X PUT http://10.0.4.130:9696/v2.0/quotas/1247149b4d7a4e26b358e935f83e2b2a.json -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: 01b8ea3e237049efbf68024e3888db6c" -d '{"quota": {"member": 6}}'

HTTP/1.1 400 Bad Request
Content-Length: 107
Content-Type: application/json; charset=UTF-8
X-Openstack-Request-Id: req-2c24b454-426b-4a94-9355-28f3eca37393
Date: Fri, 16 Sep 2016 09:36:46 GMT

{"NeutronError": {"message": "Unrecognized attribute(s) 'member'", "type": "HTTPBadRequest", "detail": ""}}

Awaiting response from Neutron ( and LBaaS ) members for the same