Comment 4 for bug 1491560

Revision history for this message
Eran Raichstein (eranra) wrote :

Exposing with the latest version of Neutron-lbaas (and latest octavia and neutrun) and the behavior was fixed. We get
error message as expected (Unable to find member with name '0b02a6cb-a669-422b-8e3e-65cfa9697c12')

More info from running ::

 neutron lbaas-member-delete 0b02a6cb-a669-422b-8e3e-65cfa9697c12 5dfefe90-0a67-4a9f-85e5-227518ccfecc --debug
(the "fields=id&name=" command returns an empty list as required)

DEBUG: keystoneclient.session REQ: curl -g -i -X GET http://172.25.8.83:9696/v2.0/lbaas/pools/5dfefe90-0a67-4a9f-85e5-227518ccfecc/members.json?fields=id&id=0b02a6cb-a669-422b-8e3e-65cfa9697c12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ef620ce4ad84f17d804eb11f89b1c09a97f623"
DEBUG: keystoneclient.session RESP: [200] date: Fri, 15 Jan 2016 16:16:52 GMT connection: keep-alive content-type: application/json; charset=UTF-8 content-length: 15 x-openstack-request-id: req-0f60a614-59a9-49e4-b18b-c268d8e453fd
RESP BODY: {"members": []}

DEBUG: keystoneclient.session REQ: curl -g -i -X GET http://172.25.8.83:9696/v2.0/lbaas/pools/5dfefe90-0a67-4a9f-85e5-227518ccfecc/members.json?fields=id&name=0b02a6cb-a669-422b-8e3e-65cfa9697c12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09ef620ce4ad84f17d804eb11f89b1c09a97f623"
DEBUG: keystoneclient.session RESP: [200] date: Fri, 15 Jan 2016 16:16:52 GMT connection: keep-alive content-type: application/json; charset=UTF-8 content-length: 15 x-openstack-request-id: req-c9bd7497-0b5c-424a-9c63-c86d463d4b16
RESP BODY: {"members": []}