-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
0
-
False
-
-
False
-
?
-
rhos-connectivity-neutron-quark
-
None
-
-
-
-
Moderate
The ``FirewallPluginV2`` class is registering the logging driver [1] when is instantiated. The ``logapi`` register always loads the ``IptablesLoggingDriver``, regardless of ``fwaas_db`` driver loaded.
If Neutron is using ML2/OVN only, that means the neutron-fwaas project won't need the L3 agent. In that case it is not needed:
- To load the IPtables driver
- To register the RPC callbacks.
- To enable the RPC support (``requires_rpc``) in the new driver.
- links to