Merge "Fix inspection_enable_uefi description" into stable/liberty

This commit is contained in:
Jenkins 2016-07-12 17:08:58 +00:00 committed by Gerrit Code Review
commit 41553f6972
2 changed files with 5 additions and 1 deletions

View File

@ -176,7 +176,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

@ -78,6 +78,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