neutron-lbaas/neutron_lbaas/drivers/common
ZhaoBo 7fa6bb9030 Fix the wrong device_owner when recreate LBaas listener
Currently, lbaas agent refresh loadbalancer based on the number of active
listener, and will update the port with device_own='' if delete the last
listener in loadbalancer.

So the device_owner of the vip port of exist loadbalancer will never
update to the correct one.

This patch add port device_owner field to PUT to guarantee the field is
'neutron:LOADBALANCERV2'.

Change-Id: I2de5800f4a6b06f98174ef42390f0e2c91bf0cfd
Closes-Bug:#1692995
2017-05-24 17:52:14 +08:00
..
__init__.py Finish Agent Scheduler and LB Agent Driver Piece 2015-02-26 22:49:29 -06:00
agent_callbacks.py Fix the wrong device_owner when recreate LBaas listener 2017-05-24 17:52:14 +08:00
agent_driver_base.py Merge "Fix on __init__ of LoadBalancerManager" 2017-04-17 08:14:58 +00:00