Trivial: correct configuration option copy-pased from inspector

Change-Id: Iec065e54f0ca50515180fb5f2051380bde329ab0
This commit is contained in:
Dmitry Tantsur 2019-05-29 08:36:24 +02:00
parent 47f9b2626c
commit db7d9bb1f0
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ opts = [
help=_('Allow deleting nodes which are in state ' help=_('Allow deleting nodes which are in state '
'\'available\'. Defaults to True.')), '\'available\'. Defaults to True.')),
cfg.BoolOpt('enable_mdns', default=False, cfg.BoolOpt('enable_mdns', default=False,
help=_('Whether to enable publishing the ironic-inspector API ' help=_('Whether to enable publishing the baremetal API '
'endpoint via multicast DNS.')), 'endpoint via multicast DNS.')),
] ]