Comment 1 for bug 1634963

Revision history for this message
Eric Fried (efried) wrote :

The overhead in the networking-powervm calls is negligible - we're building a couple of dicts (empty when there are no requests) and emitting a log message or two. Other than that, it's just the method call overhead.

If a consuming product is subclassing and overriding provision_devices, that override can easily avoid overhead by checking for an empty requests list and shorting out.