Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Removal tasks' revert methods assume that removal worked
RemoveSelfIP.revert and RemoveSubnetRoute.revert assume that the SelfIP/subnet route was successfully removed. So restoring can fail and cause another exception due to HTTP 409 CONFLICT. Check whether the SelfIP/subnet route was actually deleted before attempting to restore.
- Loading branch information