From e423768a4dc427a8fa759ca093a76906a2ea2f3c Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 18 Sep 2025 18:00:32 +0200 Subject: [PATCH] Fix typo in warning log Change-Id: I16b80f2ac71154c96fb88feeeb2f8515e3bc0b11 Signed-off-by: Pierre Riteau --- neutron/common/ovn/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/common/ovn/utils.py b/neutron/common/ovn/utils.py index 0de8c7f6ec9..78de181e99d 100644 --- a/neutron/common/ovn/utils.py +++ b/neutron/common/ovn/utils.py @@ -358,7 +358,7 @@ def get_lsp_dhcp_opts(port, ip_version): if edo['opt_name'] not in mapping: LOG.warning('The DHCP option %(opt_name)s on port %(port)s ' - 'is not suppported by OVN, ignoring it', + 'is not supported by OVN, ignoring it', {'opt_name': edo['opt_name'], 'port': port['id']}) continue