Comment 15 for bug 1554970

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote :

To disable run of lshw need to avoid run of _get_pci_dev_list
To do this change this line
https://github.com/openstack/fuel-nailgun-agent/blob/9.0/agent#L337
(:pci_devices => _get_pci_dev_list,)
to empty list
:pci_devices => [],