Skip to content

Commit

Permalink
Add missing space to configuration help message
Browse files Browse the repository at this point in the history
Change-Id: I9ffe108354515f2c80ee57cdeceeae9e5fa2d8b8
  • Loading branch information
priteau committed Oct 4, 2022
1 parent 18f64e9 commit 3a249b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironic_inspector/conf/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
'{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\' '
Expand Down

0 comments on commit 3a249b6

Please sign in to comment.