From 187f4f8a24affb9a2c6040c53b22fb965e688f88 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 21 Feb 2018 09:07:16 -0500 Subject: [PATCH] Drop the inspection_enable_uefi option This is now always on as a default in Ironic inspector. Change-Id: Ie7157c18ec012a588da255797fa932d76e09d03b --- tripleoclient/v1/undercloud_config.py | 5 ----- 1 file changed, 5 deletions(-) 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 '