Merge "Drop the inspection_enable_uefi option"

This commit is contained in:
Zuul
2018-03-08 03:57:20 +00:00
committed by Gerrit Code Review

View File

@@ -231,11 +231,6 @@ _opts = [
help=('Whether to run benchmarks when inspecting nodes. '
'Requires inspection_extras set to True.')
),
cfg.BoolOpt('inspection_enable_uefi',
default=True,
help=('Whether to support introspection of nodes that have '
'UEFI-only firmware.')
),
cfg.BoolOpt('enable_node_discovery',
default=False,
help=('Makes ironic-inspector enroll any unknown node that '