Fix inspection_enable_uefi description

There is a missing space in this opt's help, and additionally it
was never added to the sample config file.

Change-Id: Iceda6b759b80d66a04694fe5122aa1df194d2365
(cherry picked from commit 87d60a6569)
Closes-Bug: 1590077
This commit is contained in:
Ben Nemec 2016-05-23 18:16:57 +00:00 committed by Miles Gould
parent 8d15d389d5
commit bb31faa7c9
2 changed files with 5 additions and 1 deletions

View File

@ -182,7 +182,7 @@ _opts = [
),
cfg.BoolOpt('inspection_enable_uefi',
default=False,
help=('Whether to support introspection of nodes that have'
help=('Whether to support introspection of nodes that have '
'UEFI-only firmware.')
),
cfg.BoolOpt('undercloud_debug',

View File

@ -85,6 +85,10 @@
# Deprecated group/name - [DEFAULT]/discovery_runbench
#inspection_runbench = false
# Whether to support introspection of nodes that have UEFI-only
# firmware. (boolean value)
#inspection_enable_uefi = false
# Whether to enable the debug log level for Undercloud OpenStack
# services. (boolean value)
#undercloud_debug = true