Comment 4 for bug 1483100

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-lbaas (master)

Reviewed: https://review.openstack.org/210968
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=539c1e8c5b4762a7ab668c47aa212f85aaa4f376
Submitter: Jenkins
Branch: master

commit 539c1e8c5b4762a7ab668c47aa212f85aaa4f376
Author: ajmiller <email address hidden>
Date: Sun Aug 9 21:28:10 2015 -0700

    Filter get_pool_members to return members from the desired pool

    Calls to "neutron lbaas-member-list <pool_id>" are currently returning
    all members from every pool, not just those belonging to <pool_id>.
    There is no filter being passed to the database query for pool
    members.

    This fix creates a filter for <pool_id>.

    Change-Id: I206e5fca06e2e4322c42737a98a4cfa5c055101e
    Closes-Bug: #1483100
    Co-Authored-By: Brandon Logan <email address hidden>