]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove SUPPORTED_AGENT_TYPES for l2pop
authorRomil Gupta <romilg@hp.com>
Mon, 19 Oct 2015 13:17:04 +0000 (06:17 -0700)
committerRomil Gupta <romilg@hp.com>
Tue, 20 Oct 2015 11:47:22 +0000 (04:47 -0700)
commit07aa19b2236976229971b13e9ece80b862d298b2
tree896ae3cc30afd0b7ee27043b0cd42e5af578b503
parentbdfe286db4e5ffb510916b8935c0e59c343e8320
Remove SUPPORTED_AGENT_TYPES for l2pop

In a world where agents can be out of tree,
this check seems no longer necessary.

As part of networking-vsphere project which runs ovsvapp agent
on each ESXi host inside service VM, which talk to neutron-server
having l2pop enabled in a multi-hypervisor mode like KVM, ESXi.
The tunnels are not getting established between KVM compute node
and ESXi host. The l2pop mech_driver needs to embrace ovsvapp agent
to form the tunnels.

Hence, this patch-set addresses the issue by removing the
SUPPORTED_AGENT_TYPES for l2pop.

Closes-Bug: #1507684
Change-Id: I93ca5736e4aad41b851d2b7b082b4bb69d1632fb
neutron/plugins/ml2/drivers/l2pop/constants.py [deleted file]
neutron/plugins/ml2/drivers/l2pop/db.py