neutron/neutron/api/rpc/handlers
Swaminathan Vasudevan d019790fe4 DVR: Inter Tenant Traffic between networks not possible with shared net
Inter Tenant Traffic between two different networks that belong
to two different Tenants is not possible when connected through
a shared network that are internally connected through DVR
routers.

This issue can be seen in multinode environment where there
is network isolation.

The issue is, we have two different IP for the ports that are
connecting the two routers and DVR does not expose the router
interfaces outside a compute and is blocked by ovs tunnel bridge
rules.

This patch fixes the issue by not applying the DVR specific
rules in the tunnel-bridge to the shared network ports that
are connecting the routers.

Closes-Bug: #1751396
Change-Id: I0717f29209f1354605d2f4128949ddbaefd99629
2018-03-08 11:12:37 -08:00
..
__init__.py RPC additions to support DVR 2014-07-17 11:45:45 -07:00
dhcp_rpc.py Merge "consume common constants from lib" 2017-10-16 19:16:01 +00:00
dvr_rpc.py DVR: Inter Tenant Traffic between networks not possible with shared net 2018-03-08 11:12:37 -08:00
l3_rpc.py Merge "use l3 api def from neutron-lib" 2017-12-16 13:01:14 +00:00
metadata_rpc.py Wrong path of rpc_api.rst in class docstring 2017-10-11 23:57:06 +05:30
resources_rpc.py Don't assume RPC push object has an ID 2017-09-18 22:39:44 +00:00
securitygroups_rpc.py remove neutron.callbacks package 2018-01-16 09:32:32 -07:00