Comment 1 for bug 1697657

Revision history for this message
Vladyslav Drok (vdrok) wrote :

Yes, we do load them all, but treat only the enabled ones as errors -- https://github.com/openstack/ironic/blob/stable/pike/ironic/common/driver_factory.py#L482-L507, because we use the NameDispatchExtensionManager. do you think we should load drivers one by one? This might slow down things a bit.