Comment 3 for bug 1643268

Revision history for this message
Rabi Mishra (rabi) wrote : Re: test_cancel_update_server_with_port failing with non-convergence intermittently

The above mentioned bug is not yet resolved in nova. IMHO, we've 2 options to reduce the number of failures at the gate.

a. Add some sleep after the port detach during rollback[1] which may reduce the number of failures.
b. Skip test_cancel_update_server_with_port till it's fixed in nova.

[1] https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/nova/server_network_mixin.py#L505