]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove out-of-tree vendor AGENT_TYPE_* constant
authorCedric Brandily <zzelle@gmail.com>
Mon, 24 Aug 2015 20:24:10 +0000 (22:24 +0200)
committerCedric Brandily <zzelle@gmail.com>
Tue, 15 Sep 2015 08:57:32 +0000 (08:57 +0000)
AGENT_TYPE_* constants[1] defines all agent types BUT the only vendor
one(AGENT_TYPE_NEC) is only used in out-of-tree networking-nec repo.
This changes removes out-of-tree AGENT_TYPE_NEC constant (dependant
change defines it in networking-nec repo).

[1] in neutron.extensions.portbindings

Change-Id: Ia80c33ee7970cfe167c2c9ca6d512f23561455a2
Closes-Bug: #1487598
Depends-On: I955fa48ee2120900e422bab57db250303c3d7bb4

neutron/common/constants.py

index b8277dbafe5f5545af72876017c4e16a0c470e1b..6518d31a73a0ab18f5fc0455a90f0bd62996446d 100644 (file)
@@ -90,7 +90,6 @@ FLOODING_ENTRY = ('00:00:00:00:00:00', '0.0.0.0')
 AGENT_TYPE_DHCP = 'DHCP agent'
 AGENT_TYPE_OVS = 'Open vSwitch agent'
 AGENT_TYPE_LINUXBRIDGE = 'Linux bridge agent'
-AGENT_TYPE_NEC = 'NEC plugin agent'
 AGENT_TYPE_OFA = 'OFA driver agent'
 AGENT_TYPE_L3 = 'L3 agent'
 AGENT_TYPE_LOADBALANCER = 'Loadbalancer agent'