From: Maru Newby Date: Wed, 26 Nov 2014 20:20:40 +0000 (-0800) Subject: Remove unused xml constants X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=babcb92545d9886e3b63b113c33ac374ca75c217;p=openstack-build%2Fneutron-build.git Remove unused xml constants Change-Id: I38d720095a2fe703e55d895350e3894c35649d4e --- 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'