Comment 1 for bug 1854848

Revision history for this message
Matt Riedemann (mriedem) wrote :

Rather than change https://github.com/openstack/nova/blob/7babcdfd1d440c484d49d45ffe4f81264cdc4f73/nova/compute/manager.py#L2075 to catch BaseException I would probably just have it also catch eventlet.Timeout and/or initialize the result variable before the try/except/finally block.