]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
LBaaS: update status of members according to health statistics
authorOleg Bondarev <obondarev@mirantis.com>
Wed, 14 Aug 2013 12:11:24 +0000 (16:11 +0400)
committerGerrit Code Review <review@openstack.org>
Tue, 3 Sep 2013 10:14:14 +0000 (10:14 +0000)
commit957533f685caf9ffc0d9cad569598455d59ade34
treeaa2dbdd48dbaf48a86325e025c9728fafa6dea34
parent795155c743e269e8b4c600add3c4d6b21957f2e0
LBaaS: update status of members according to health statistics

Added members health stats reporting to the haproxy driver.
During pool stats update db plugin checks for members stats
and updates members statuses if any

Fixes bug 1160125

Change-Id: I77bf13615607fcf91bf877c228811ea8008b2457
neutron/db/loadbalancer/loadbalancer_db.py
neutron/services/loadbalancer/constants.py
neutron/services/loadbalancer/drivers/haproxy/cfg.py
neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py
neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py
neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_namespace_driver.py