diff --git a/neutron/common/constants.py b/neutron/common/constants.py index fc82056696..f787d68f9a 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'