diff --git a/tripleoclient/v1/undercloud_config.py b/tripleoclient/v1/undercloud_config.py index a201f9dc4..aa4a77af7 100644 --- a/tripleoclient/v1/undercloud_config.py +++ b/tripleoclient/v1/undercloud_config.py @@ -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 '