Add info about metering agent gap in the ML2/OVN backend

Metering agent don't supports ML2/OVN backend currently and this should
be documented in the feature parity gaps document.

Related-bug: #2048773
Change-Id: I2b8c37f33e3ae4b17cc88bffde014d7d730e59d3
This commit is contained in:
Slawek Kaplonski 2024-01-11 10:27:42 +01:00
parent dcccd7cabe
commit 3eeb5d3e6a
1 changed files with 7 additions and 0 deletions

View File

@ -76,6 +76,12 @@ at [1]_.
This makes path MTU discovery fail, and is being tracked in [9]_ and [11]_.
* Traffic metering
Currently ``neutron-metering-agent`` can only work with the Neutron L3 agent.
It is not supported by the ``ovn-router`` service plugin nor by the
``neutron-ovn-agent``. This is being reported and tracked in [12]_.
References
----------
@ -90,3 +96,4 @@ References
.. [9] https://bugs.launchpad.net/neutron/+bug/2032817
.. [10] https://bugzilla.redhat.com/show_bug.cgi?id=2238494
.. [11] https://bugzilla.redhat.com/show_bug.cgi?id=2238969
.. [12] https://bugs.launchpad.net/neutron/+bug/2048773