Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 2007802: do not requeue if the machine has been updated
Commit [1] accidentaly removed the check to ensure that the machine hasn't been updated before requeueing. It causes a problem with situations when the machine's vm has been removed, but the machine object's still available. In this case starts requeueing the machine in an infinite loop, preventing it to be deleted or updated. To fix it, this commit returns the additional checks. [1] 85f1753
- Loading branch information