-
Notifications
You must be signed in to change notification settings - Fork 0
🐛 Fix image properties propagation #224
Conversation
115c18c to
afeee9f
Compare
Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
afeee9f to
4bd0465
Compare
Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
43c746c to
3f53487
Compare
chess-knight
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Nils98Ar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, looks good!
Is there a reason that hw_disk_bus the only property that you set in the unit tests?
There is no reason, I just arbitrarily picked some. |
jschoone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing it that fast @matofeder.
I can also confirm it works:
openstack image show ubuntu-capi-image-v1.31.4 -c properties -f json
{
"properties": {
...
"hw_disk_bus": "scsi",
"hw_rng_model": "virtio",
"hw_scsi_model": "virtio-scsi"
}
}
|
@matofeder can you create a release with this fix? |
sure, I will do that asap |
|
Thanks @matofeder! I didn't expect this to be solved so quickly :) |
|
I tagged the latest main with v0.1.0-alpha.6, I believe that the github pipeline does the rest (release).. |
|
OK, I just had to click on the button and publish the release produced by the pipeline. https://github.com/SovereignCloudStack/cluster-stack-provider-openstack/releases/tag/v0.1.0-alpha.6 let me know if you encounter any issues |
What this PR does / why we need it:
This PR contains a hot-fix that allows CreateOpts.properties definition via
node-images.yamlas follows:Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #223
Special notes for your reviewer:
TODOs: