neutron/neutron/tests/unit/plugins/ml2/drivers/macvtap
Rodolfo Alonso Hernandez c8427c82da [OVN] Check new added segments in OVN mech driver
Check new segments added to OVN mechanism driver. This mechanism
driver does not inherit from ``SimpleAgentMechanismDriverBase``
because OVN has no agents (NOTE 1). However OVN mechanism driver
requires an OVN controller service in each deployed chassis. This
is how OVN driver knows the hosts using this backend.

The segments, attached to an external network (connected to a
physical network), can be mapped to a host if ther is a chassis (OVN
controller agent) in this host.

NOTE 1: OVN provides agent API compatibility, presenting the
controller and the metadata services as agents. But OVN mechanism
driver has no control or provides any information (via RPC) to
those services.

Closes-Bug: #1949967
Change-Id: I570b2251da8a4a25d155ba838346b24afafd727f
2021-11-23 16:21:37 +00:00
..
agent Set process name for agents 2020-07-01 12:28:29 +02:00
mech_driver [OVN] Check new added segments in OVN mech driver 2021-11-23 16:21:37 +00:00
__init__.py macvtap: Common functions and constants 2016-02-12 09:27:24 +01:00
test_macvtap_common.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00