Drop the inspection_enable_uefi option

This is now always on as a default in Ironic inspector.

Change-Id: Ie7157c18ec012a588da255797fa932d76e09d03b
This commit is contained in:
Dan Prince
2018-02-21 09:07:16 -05:00
committed by Emilien Macchi
parent cac0dd5b44
commit 187f4f8a24

View File

@@ -229,11 +229,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 '