]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Removing adv svcs dependencies on neutron
authorPaul Michali <pc@michali.net>
Mon, 7 Dec 2015 20:05:35 +0000 (15:05 -0500)
committerPaul Michali <pc@michali.net>
Fri, 11 Dec 2015 12:18:14 +0000 (12:18 +0000)
commit7f9e654843db5b515fca9e33c76ee8c7edd76d93
treee16427334674e70d9abb52e2059d992c4051ca6b
parente5e868ca4c8ff4dfbbc599d5bc6aebbb161e58d3
Removing adv svcs dependencies on neutron

After upstreaming Idcfeee6ddc2982fff49f44064c918bfd4627be12 and
I62bfd6b34c381427425ca2a656e5782087de3a3b, we can remove items
from Neutron.

Specifically, LOADBALANCER_PLUGIN and LOADBALANCER_AGENT are not
used now. FIREWALL_PLUGIN is used in one module, so moved there.
The LOADBALANCER constant is only used in test files, but it is
used in multiple files, so leaving it. LOADBALANCERV2 is only used
in the header it is defined, so leaving it as well.

In the FW and LB repos, there are no longer dependency on these literals.

Change-Id: I7f0b972e1ae7ef435a3612e239dad7b2c04baea2
Implements: blueprint neutron-lib
neutron/common/topics.py
neutron/services/firewall/agents/l3reference/firewall_l3_agent.py