neutron/neutron/agent
Romil Gupta 67c4c6d809 Stale VXLAN and GRE tunnel port/flow deletion
Description:
Stale GRE and VXLAN tunnel endpoints persists in neutron db this should be
deleted from the database. Also, if local_ip of L2 agent changes the
stale tunnel ports and flows persists on br-tun on other Compute Nodes and
Network Nodes for that remote ip this should also be removed.

Implementation

Plugin changes:
The plugin side changes are covered in following patch-set
https://review.openstack.org/#/c/121000/.

Agent changes:
Added tunnel_delete rpc for removing stale ports and flows from br-tun.
tunnel_sync rpc signature upgrade to obtain 'host'.
Added testcases for TunnelRpcCallbackMixin().

This patch-set agent deals with agent side changes.

Closes-Bug: #1179223
Closes-Bug: #1381071
Closes-Bug: #1276629

Co-Authored-By: Aman Kumar <amank@hp.com>
Co-Authored-By: phanipawan <ppawan@hp.com>

Change-Id: I291992ffde5c3ab7152f0d7462deca2e4ac1ba3f
2015-02-11 00:24:37 -08:00
..
common oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
dhcp oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
l3 Merge "oslo: migrate to namespace-less import paths" 2015-02-06 14:38:57 +00:00
linux oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
metadata oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
dhcp_agent.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
firewall.py Add missing methods to NoopFirewallDriver 2014-09-28 22:16:57 +04:00
l2population_rpc.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
l3_agent.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
metadata_agent.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
ovsdb.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
rpc.py Stale VXLAN and GRE tunnel port/flow deletion 2015-02-11 00:24:37 -08:00
securitygroups_rpc.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00