From 3eeb5d3e6a9985d4d23b6d4afd9ad28b57352aee Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Thu, 11 Jan 2024 10:27:42 +0100 Subject: [PATCH] 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 --- doc/source/ovn/gaps.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/ovn/gaps.rst b/doc/source/ovn/gaps.rst index 86d25b54fa7..510d5de5387 100644 --- a/doc/source/ovn/gaps.rst +++ b/doc/source/ovn/gaps.rst @@ -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