generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Please allow the ability to add properties to the image
Use Case(s)
openstack image set --property key=value needs to be run after the image is created using an external process.
Setting properties in OpenStack for the image should be part of packer proper
Potential configuration
"properties": {
"os_distro": "ubuntu"
"os_version": "22.04"
}
Potential References
JoeyG1973, JD-ISWT, MPV, vydrazde, sjpb and 1 more