]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix haproxy plugin_driver.update_health_monitor() signature
authorOleg Bondarev <obondarev@mirantis.com>
Thu, 13 Jun 2013 12:28:38 +0000 (16:28 +0400)
committerGerrit Code Review <review@openstack.org>
Fri, 21 Jun 2013 04:35:16 +0000 (04:35 +0000)
commita1b8a10c569ae460a3abd86019d86c759ab6ab20
tree3ad4c4760ea887fa147b473ff9a263a2334309d8
parentcc260d5d64f112d2e8d183e4cd16cbd872f76dda
Fix haproxy plugin_driver.update_health_monitor() signature

- add old_health_monitor parameter to the method
- the method signature in abstract lbaas driver was also changed
  to accept pool_id rather than an assoc object as driver only needs pool_id

Fixes bug 1190577

Change-Id: Ie199f46e089a16214ed649a3169e985a726e5d99
quantum/services/loadbalancer/drivers/abstract_driver.py
quantum/services/loadbalancer/drivers/haproxy/plugin_driver.py
quantum/services/loadbalancer/plugin.py
quantum/tests/unit/services/loadbalancer/drivers/haproxy/test_plugin_driver.py