diff --git a/neutron_lbaas/drivers/common/agent_callbacks.py b/neutron_lbaas/drivers/common/agent_callbacks.py index 67f56aa33..57c6da6f5 100644 --- a/neutron_lbaas/drivers/common/agent_callbacks.py +++ b/neutron_lbaas/drivers/common/agent_callbacks.py @@ -169,6 +169,7 @@ class LoadBalancerCallbacks(object): port['admin_state_up'] = True port[portbindings.HOST_ID] = host + port['device_owner'] = constants.DEVICE_OWNER_LOADBALANCERV2 self.plugin.db._core_plugin.update_port( context, port_id,