Fix typo in warning log

Change-Id: I16b80f2ac71154c96fb88feeeb2f8515e3bc0b11
Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
This commit is contained in:
Pierre Riteau
2025-09-18 18:00:32 +02:00
parent 5b91772ac0
commit e423768a4d

View File

@@ -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