Merge "Adding loadbalanacerv2 device owner constant to neutron constants"

This commit is contained in:
Jenkins 2015-05-21 17:59:16 +00:00 committed by Gerrit Code Review
commit 5689c090b3
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ DEVICE_OWNER_DVR_INTERFACE = "network:router_interface_distributed"
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.