ebca47365c
Now "L3AgentExtensionsManager" lists loaded extension, checking if they inherit from "neutron_lib.agent.l3_extension.L3AgentExtension". If any extension does not, the L3 agent raises an exception and exits. Closes-Bug: #1951569 Change-Id: I3ce4858cef9b3a3d7eab005dd1ad2bb3b5ef6ef3
8 lines
276 B
YAML
8 lines
276 B
YAML
---
|
|
other:
|
|
- |
|
|
Any L3 agent extension must inherit from
|
|
``neutron_lib.agent.l3_extension.L3AgentExtension``. The
|
|
``L3AgentExtensionsManager`` makes this check during the initial loading.
|
|
A ``L3ExtensionException`` will be raised if the condition is not met.
|