The neutron constants doesn't have the constant for device owner
lbaasv2. This fix adds the constant. This is needed for the bug
1430394
as we need to check the device owner when the port is to be deleted.
Partial-Bug: #
1430394
Change-Id: I222a9f44c5ed6c879feb2fb9e04047ae8f2c7745
DEVICE_OWNER_AGENT_GW = "network:floatingip_agent_gateway"
DEVICE_OWNER_ROUTER_SNAT = "network:router_centralized_snat"
DEVICE_OWNER_LOADBALANCER = "neutron:LOADBALANCER"
+DEVICE_OWNER_LOADBALANCERV2 = "neutron:LOADBALANCERV2"
# Collection used to identify devices owned by router interfaces.
# DEVICE_OWNER_ROUTER_HA_INTF is a special case and so is not included.