diff --git a/ironic_python_agent/hardware.py b/ironic_python_agent/hardware.py index 855558f25..55cbb5723 100644 --- a/ironic_python_agent/hardware.py +++ b/ironic_python_agent/hardware.py @@ -160,9 +160,6 @@ class GenericHardwareManager(HardwareManager): def __init__(self): self.sys_path = '/sys' - if os.path.isdir('/mnt/sys'): - self.sys_path = '/mnt/sys' - def evaluate_hardware_support(self): return HardwareSupport.GENERIC