hashicorp / hashicorp/packer-plugin-openstack
Add Properties to image
- Lingua principale
- Go
- Stelle
- 29
- Fork
- 26
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
#### 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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.