Merge "Fix the wrong device_owner when recreate LBaas listener"

This commit is contained in:
Jenkins 2017-06-18 19:41:04 +00:00 committed by Gerrit Code Review
commit 0f173b1ddd
1 changed files with 1 additions and 0 deletions

View File

@ -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,