From babcb92545d9886e3b63b113c33ac374ca75c217 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Wed, 26 Nov 2014 12:20:40 -0800 Subject: [PATCH] Remove unused xml constants Change-Id: I38d720095a2fe703e55d895350e3894c35649d4e --- neutron/common/constants.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/neutron/common/constants.py b/neutron/common/constants.py index fc8205669..f787d68f9 100644 --- a/neutron/common/constants.py +++ b/neutron/common/constants.py @@ -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' -- 2.45.2