-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add platform flag for ec2 image import task #434
Conversation
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.
Hi @GastroGee,
Thanks for opening this PR! I left a couple suggestions regarding the default value for the attribute, I propose leaving it empty by default, unless this is required (i.e. if boot_mode
is set).
Other than that, the implementation makes sense.
Out of curiosity, have you tested this on a template? Does that fix the problem?
Thanks again for addressing this bug!
… is set in boot_mode
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.
Hi @GastroGee,
The code looks good to me, there's some errors at build-time though, could you fix those and re-submit?
Once that's done, we can merge this, thanks!
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, thanks for the contribution @GastroGee!
Setting platform for the image-import task fixes a bug where the process gets stuck as mentioned in #433
If your PR resolves any open issue(s), please indicate them like this so they will be closed when your PR is merged:
Closes #433