Files
neutron/doc/source/devref/openvswitch_agent.rst
Ihar Hrachyshka 53ed158cba devref: don't link to nonlocal images
External images generate warnings for build-sphinx, and are not
supported for output formats other than html.

Change-Id: I9310577473982884897915dd29e09a2e4aaf51c7
2015-02-23 18:48:11 +00:00

851 B

OpenVSwitch L2 Agent

This Agent uses the OpenVSwitch virtual switch to create L2 connectivity for instances, along with bridges created in conjunction with OpenStack Nova for filtering.

ovs-neutron-agent can be configured to use two different networking technologies to create tenant isolation, either GRE tunnels or VLAN tags.

VLAN Tags

image

GRE Tunnels

GRE Tunneling is documented in depth in the Networking in too much detail by RedHat.

Further Reading