Merge "Fix typo in warning log"
This commit is contained in:
@@ -358,7 +358,7 @@ def get_lsp_dhcp_opts(port, ip_version):
|
|||||||
|
|
||||||
if edo['opt_name'] not in mapping:
|
if edo['opt_name'] not in mapping:
|
||||||
LOG.warning('The DHCP option %(opt_name)s on port %(port)s '
|
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']})
|
{'opt_name': edo['opt_name'], 'port': port['id']})
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user