From 3a249b60ba844250cdf174ce7390fd790595f7b6 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 4 Oct 2022 18:22:20 +0200 Subject: [PATCH] Add missing space to configuration help message Change-Id: I9ffe108354515f2c80ee57cdeceeae9e5fa2d8b8 --- ironic_inspector/conf/processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic_inspector/conf/processing.py b/ironic_inspector/conf/processing.py index 01f5555c3..06665983a 100644 --- a/ironic_inspector/conf/processing.py +++ b/ironic_inspector/conf/processing.py @@ -94,7 +94,7 @@ _OPTS = [ '{mac} - PXE booting MAC or "unknown".')), cfg.BoolOpt('power_off', default=True, - help=_('Whether to power off a node after introspection.' + help=_('Whether to power off a node after introspection. ' 'Nodes in active or rescue states which submit ' 'introspection data will be left on if the feature ' 'is enabled via the \'permit_active_introspection\' '