packer-plugin-openstack icon indicating copy to clipboard operation
packer-plugin-openstack copied to clipboard

fix: treat 404 on server delete as success

Open nilsherzig opened this issue 2 months ago • 1 comments

same as in ServerStateRefreshFunc


Description

What code changed, and why?

Handling of 404 responses when trying to delete an instance the second time around. Simpler Version of #127, might be easier to merge? Similar logic is already used in the project at: https://github.com/hashicorp/packer-plugin-openstack/blob/a7e79ff321ff2b425ea8851b43682f9f2bdbcc63/builder/openstack/server.go#L45

nilsherzig avatar Oct 28 '25 12:10 nilsherzig

CLA assistant check
All committers have signed the CLA.

hashicorp-cla-app[bot] avatar Oct 28 '25 12:10 hashicorp-cla-app[bot]