-
Notifications
You must be signed in to change notification settings - Fork 120
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
v2v: Pre-check install_drivers checkbox for windows VMs #170
Conversation
e3000e3
to
7aedd41
Compare
@miq-bot add_label fine/yes |
@miq-bot assign @gmcculloug |
@matobet PR ManageIQ/manageiq#15810 is merged, if you unwip we can merge this. |
@miq-bot remove_label wip |
|
||
def main | ||
os = @handle.root['vm'].operating_system | ||
is_windows = os && os.product_name =~ /windows/i |
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.
@matobet Minor, but you could use try
here: os.try(:product_name) =~ /windows/i
7aedd41
to
0ecf8e9
Compare
Checked commit matobet@0ecf8e9 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@gmcculloug done |
@simaishi could you please backport this? |
@jelkosz Since this isn't a blocker for the release we're currently working on, I'll backport once we start working on the next release. |
v2v: Pre-check install_drivers checkbox for windows VMs (cherry picked from commit efd5d06) https://bugzilla.redhat.com/show_bug.cgi?id=1512955
Fine backport details:
|
Depends on fix to
Dialog#init_fields_with_values
(PR ManageIQ/manageiq#15810)Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1472843