Comment 2 for bug 1697657

Revision history for this message
Sam Betts (sambetts) wrote :

If you look at the error messages that are being displayed, the driver load errors that are supposed to be being suppressed at the driver factory, are being bubbled up into places they shouldn't be. E.g. in

Inspection via ironic-inspector is disabled in configuration for driver AgentAndSSHDriver. To enable, change [inspector] enabled = True.: DriverLoadError: Driver, hardware type or interface FakeUcsDriver
could not be loaded. Reason: Unable to import UcsSdk library.

The error here ^^ is about the AgentAndSshDriver, but the exception that is being bubbled is for the UcsDriver which has no connection to the AgentAndSSHDriver.

Something is going wrong somewhere and this leads to terrible logging.