Add missing space to configuration help message

Change-Id: I9ffe108354515f2c80ee57cdeceeae9e5fa2d8b8
This commit is contained in:
Pierre Riteau
2022-10-04 18:22:20 +02:00
parent 18f64e91be
commit 3a249b60ba
+1 -1
View File
@@ -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\' '