Merge "Fix inspection_enable_uefi description" into stable/mitaka

This commit is contained in:
Jenkins 2016-06-15 12:37:44 +00:00 committed by Gerrit Code Review
commit ddac9f3373
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