Comment 41 for bug 1570825

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/heat (mcp/ocata)

Reviewed: https://review.fuel-infra.org/34754
Submitter: Pkgs Jenkins <email address hidden>
Branch: mcp/ocata

Commit: 18debeb884ea825b4d33cae1e3c63c566a34fc7f
Author: Oleksii Chuprykov <email address hidden>
Date: Tue Apr 25 18:54:47 2017

Fix races in cancel update

There is issue in nova with detaching port from a server.
Sometimes nova can delete a port instead of detach it. This situation
happens if we ask nova to detach port from a server that was moved
to active state right before detach was called. So, we can wait some
time before detach the port. This hopefully fix the problem in the most
situations.

Change-Id: Ib1b5d0f713870d66e66d07e949e89cd039d87936
Closes-Bug: #1570825