neutron-lib/neutron_lib/plugins
Sebastian Lohff 98cee6e76e Add start_rpc_listeners() to MechanismDriver
This method will allow MechanismDrivers to start their own RPC
listeners, if they require some, e.g. for communication between the
driver and a custom agent. It is added as an alternative to create the
backends in initialize(), as in cases where a driver is split up into
the API and RPC part we want to make sure these backends are only
started in the RPC part of neutron.

start_rpc_listeners() is modeled after
NeutronPluginBaseV2.start_rpc_listeners() and will be called as part of
start_rpc_listeners() of the Ml2Plugin.

Change-Id: I5c50305bd3273318a1cdf393bbda9d33bdd91e4d
Partial-Bug: #2065198
2024-06-28 17:16:48 +02:00
..
ml2 Add start_rpc_listeners() to MechanismDriver 2024-06-28 17:16:48 +02:00
__init__.py Introduce Plugin Directory for Neutron 2016-10-28 00:57:30 -07:00
constants.py Add Local IP constants needed for policy checks 2021-11-03 14:53:06 +03:00
directory.py remove CORE and L3 from neutron_lib.constants 2018-06-14 07:53:46 -06:00
utils.py User "sha1" with "usedforsecurity=False" 2022-11-17 13:09:14 +01:00