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