]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove unused xml constants
authorMaru Newby <marun@redhat.com>
Wed, 26 Nov 2014 20:20:40 +0000 (12:20 -0800)
committerMaru Newby <marun@redhat.com>
Wed, 26 Nov 2014 20:21:34 +0000 (12:21 -0800)
Change-Id: I38d720095a2fe703e55d895350e3894c35649d4e

neutron/common/constants.py

index fc820566966e9170f9f7ccd48c3a5483171c089b..f787d68f9a6bb34e7f35bf5e17c0d5707ed0ec79 100644 (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'