From db7d9bb1f0228b1fc8f7677aba3cf8d8aab3f39b Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 29 May 2019 08:36:24 +0200 Subject: [PATCH] Trivial: correct configuration option copy-pased from inspector Change-Id: Iec065e54f0ca50515180fb5f2051380bde329ab0 --- ironic/conf/conductor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')), ]