← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
     Assignee: Al Miller (al-miller)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Al Miller (al-miller)

** Description changed:

  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 API by the neutron client,
- but is not being assigned to the filter on the DB query.
+ 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.

-- 
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:
  New

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


Follow ups