hashicorp / hashicorp/packer-plugin-openstack
Add Properties to image
- Dominant language
- Go
- Stars
- 29
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
#### Community Note
Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) 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
Contributor guide
Assessment
This issue has not been assessed yet.