Remove unused xml constants

Change-Id: I38d720095a2fe703e55d895350e3894c35649d4e
This commit is contained in:
Maru Newby 2014-11-26 12:20:40 -08:00
parent e646efeda0
commit babcb92545
1 changed files with 0 additions and 7 deletions

View File

@ -72,13 +72,6 @@ MAX_VXLAN_VNI = 2 ** 24 - 1
FLOODING_ENTRY = ('00:00:00:00:00:00', '0.0.0.0')
TYPE_BOOL = "bool"
TYPE_INT = "int"
TYPE_LONG = "long"
TYPE_FLOAT = "float"
TYPE_LIST = "list"
TYPE_DICT = "dict"
AGENT_TYPE_DHCP = 'DHCP agent'
AGENT_TYPE_OVS = 'Open vSwitch agent'
AGENT_TYPE_LINUXBRIDGE = 'Linux bridge agent'