Skip to content

Conversation

@thrix
Copy link

@thrix thrix commented Oct 20, 2025

Fixes duplicate floating IP deletion error when using multiple provisioners. Both step_create_instance and step_waitfor_instance attempt to clean up the same floating IP, but only step_waitfor_instance had the 404 status check.

Fixes #133

🤖 Generated with Claude Code

…tance

Fixes duplicate floating IP deletion error when using multiple provisioners.
Both step_create_instance and step_waitfor_instance attempt to clean up the
same floating IP, but only step_waitfor_instance had the 404 status check.

Fixes IBM#133

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@thrix thrix changed the title fix: add missing 404 check for floating IP cleanup in step_create_ins… fix: add missing 404 check for floating IP cleanup in step_create_instance Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FIP is attempted to be deleted twice

1 participant