Fix a typo in parameter description

TrivialFix

Change-Id: I6f95bb1652f27fbadb343451aa3a1534a43e5c43
This commit is contained in:
Takashi Kajinami 2024-02-12 23:17:16 +09:00
parent b0f624749d
commit 5def8e9306
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ ovn_opts = [
"are created by all the vswitch daemons")),
cfg.IntOpt('dhcp_default_lease_time',
default=(12 * 60 * 60),
help=_('Default least time (in seconds) to use with '
help=_('Default lease time (in seconds) to use with '
'OVN\'s native DHCP service.')),
cfg.StrOpt("ovsdb_log_level",
default="INFO",