diff --git a/ironic/conf/conductor.py b/ironic/conf/conductor.py index 05ecd20665..9f142a3b70 100644 --- a/ironic/conf/conductor.py +++ b/ironic/conf/conductor.py @@ -222,7 +222,7 @@ opts = [ help=_('Allow deleting nodes which are in state ' '\'available\'. Defaults to True.')), 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.')), ]