-
Notifications
You must be signed in to change notification settings - Fork 897
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
Fix address validation for ConversionHost model #18381
Fix address validation for ConversionHost model #18381
Conversation
@miq-bot add_label hammer/no |
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 other than the minor change to add a test case.
Checked commits https://github.com/djberg96/manageiq/compare/2534c795313441f5d6468bbeef3e0a8ca1f7ea3e~...2b15547d5bdd86637bee8fc4345c870ce769356c with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@agrare LGTM, merge at will |
@miq-bot remove_label hammer/no |
@miq-bot add_label hammer/yes |
@simaishi updated. Can we use the same BZ as #18277 since the bug was introduced there? (https://bugzilla.redhat.com/show_bug.cgi?id=1695797) |
@djberg96 yes, the same BZ is ok. Thanks! |
Fix address validation for ConversionHost model (cherry picked from commit 45d836b) https://bugzilla.redhat.com/show_bug.cgi?id=1696437
Hammer backport details:
|
The address validation for the
ConversionHost
model is busted. It mistakenly does not pass in a parameter, which causes it to blow up with an ArgumentError when called.Inadvertently introduced in #18277