← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1483100] Re: neutron-lbaas V2 lbaas-member-list returns all members, not just those for the specified pool

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1483100

Title:
  neutron-lbaas V2 lbaas-member-list returns all members, not just those
  for the specified pool

Status in neutron:
  Fix Released

Bug description:
  Boot 4 webserver instances.
  Create two loadbalancer stacks:

  lb1/listener1/pool1/[member1,member2]
  lb2/listener2/pool2/[member3,member4]

  Do "neutron lbaas-member-list pool1" and you will get all 4 instances.
  Likewise, "neutron lbaas-member-list pool2" will return the same 4
  instances.

  The pool_id is being properly provided to the LBaaS API by the neutron
  client, but is not being assigned to the filter on the DB query.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1483100/+subscriptions


References