Description of problem: When connecting to a VMware console (VNC, WebMKS specifically) the api version of vCenter is checked when the Host api version is what actually determines connectivity. A user should be able to console into a VM on a vCenter6.5/ESXi 5.5 Host setup (ie: scenario when upgrading) Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: VM console button disabled citing vCenter 6.5 api version Expected results: Check Host api version instead Additional info:
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low.
https://github.com/ManageIQ/manageiq-ui-classic/pull/3256
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/967bd4ec9471ab4ff38d9e557ea2f0e7b540d3b5 commit 967bd4ec9471ab4ff38d9e557ea2f0e7b540d3b5 Author: Brian McLaughlin <bmclaugh> AuthorDate: Tue Jan 9 09:24:49 2018 -0500 Commit: Brian McLaughlin <bmclaugh> CommitDate: Tue Jan 16 13:39:51 2018 -0500 Make VMware consoles look at Host API version instead of vCenter API version https://bugzilla.redhat.com/show_bug.cgi?id=1535167 app/helpers/application_helper/button/vm_console.rb | 4 ---- app/helpers/application_helper/button/vm_vnc_console.rb | 6 +++++- app/helpers/application_helper/button/vm_webmks_console.rb | 4 ++-- spec/helpers/application_helper/buttons/vm_vnc_console_spec.rb | 4 ++-- spec/helpers/application_helper/buttons/vm_webmks_console_spec.rb | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-)