neutron/neutron/plugins/ml2/drivers/mech_sriov/mech_driver
Rodolfo Alonso Hernandez d53733c33a [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.

Conflicts:
  neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py

Closes-Bug: #1949967
Change-Id: I570b2251da8a4a25d155ba838346b24afafd727f
(cherry picked from commit c8427c82da)
2022-01-17 13:49:11 +00:00
..
__init__.py Fix Consolidate sriov agent and driver code 2015-06-29 20:12:36 +00:00
exceptions.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
mech_driver.py [OVN] Check new added segments in OVN mech driver 2022-01-17 13:49:11 +00:00