Closed shengxpa closed 1 year ago
Anyone can help have a review?
@nywilken Could you help have a review?
Closing since there have been no updates to the issue. If you believe this is still an issue please or should be a feature please open an issue first so that other users can vote on and provide insight into the usage. Thanks!
For the packer image build on the Openstack platform, there is a lack of a pre-validate step for the image name like in the packer-plugin-amazon plugin, resulting in the name of the built image often being repeated like this: It always causes some confusion when using image.
In this PR, a pre-validate step has been added to check if the image name has already been used. If the image name has already been used, an error will be output. "packer_force" parameter can be used to skip the pre-validate step when it is set to 'true' like the logic of packer-plugin-amazon plugin.