Skip to content
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 supports_launch_vnc_console? for VMWare VMs #16905

Merged
merged 1 commit into from
Jan 29, 2018

Conversation

jntullo
Copy link

@jntullo jntullo commented Jan 29, 2018

The supports_launch_vnc_console? method checks api_version on ext_management_system but not all of these VMs have an ems, resulting in an internal error showing up in the unsupported reason for vnc_console.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539429

@miq-bot assign @gtanzillo
@miq-bot add_label blocker, bug, gaprindashvili/yes

Currently this statement assumes that a VM has an ext_management_system, resulting in an internal error showing up in the unsupported reason for vnc_console

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539429
@miq-bot
Copy link
Member

miq-bot commented Jan 29, 2018

Checked commit jntullo@63cb7d6 with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0
2 files checked, 0 offenses detected
Everything looks fine. 🍪

@gtanzillo gtanzillo added this to the Sprint 78 Ending Jan 29, 2018 milestone Jan 29, 2018
@gtanzillo gtanzillo merged commit 019fab4 into ManageIQ:master Jan 29, 2018
simaishi pushed a commit that referenced this pull request Jan 29, 2018
Fix supports_launch_vnc_console? for VMWare VMs
(cherry picked from commit 019fab4)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539942
@simaishi
Copy link
Contributor

Gaprindashvili backport details:

$ git log -1
commit fdc4e916b1a411cd1fbcbda0c2ae3b3a30cafe2d
Author: Gregg Tanzillo <gtanzill@redhat.com>
Date:   Mon Jan 29 15:40:48 2018 -0500

    Merge pull request #16905 from jntullo/bz_1539429
    
    Fix supports_launch_vnc_console? for VMWare VMs
    (cherry picked from commit 019fab434cbbe626f8ca932f70da8ba51d1c2dc0)
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539942

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants