BUG: Fall back to image metadata for invalid entries #186
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fall back to the image's metadata if the VM has invalid entries set by the user. If they've got this partially incorrect we could still crash out (e.g. some sort of RL8 + RL9 personality) however it's hard to pre-validate every combo so cross that bridge later.
In these cases where they're obvious wrong values we can simply ignore them and stick with the existing image values instead.