neutron/neutron/tests/unit/plugins/ml2/drivers/macvtap/mech_driver
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
..
__init__.py macvtap: ML2 mech driver for macvtap network attachments 2016-02-17 15:57:37 +01:00
test_mech_macvtap.py [OVN] Check new added segments in OVN mech driver 2021-11-23 16:21:37 +00:00