26 Nov
2019
26 Nov
'19
2:35 p.m.
A. Start the binding in the conductor. This gets maximum concurrency between binding and other tasks.
B. Wait for the binding notification in the compute manager (without losing the event). In fact, we can wait inside _build_resources, which is where Neutron/Cinder resources are gathered as well. That will allow for doing the cleanup in a consistent manner as today.
+many