Created attachment 1265185 [details] node page Description of problem: There are no info about Openstack Services on the page for infrastructure node Setup: CFME 5.7.1.3 with linked RHOS 10 (cloud and infrastructure providers), SSA was performed successfully for each infra node Steps to Reproduce: 1. Go Compute -> Infrastructure -> Nodes(hosts) 2. Choose any node and click on it 3. Take a look on OpenStack Service Status section (on the bottom of right column) Actual results: Any info about actual Openstack services is present (check attachment, focus on bottom-right corner) Expected results: A list of running Openstack services under the corresponding section Additional info: No errors in evm.log were found
The same issue on 5.8.0.7 with RHOS 11
https://github.com/ManageIQ/manageiq-providers-openstack/pull/9
https://github.com/ManageIQ/manageiq-gems-pending/pull/104 https://github.com/ManageIQ/manageiq-providers-openstack/pull/9 https://github.com/ManageIQ/manageiq-ui-classic/pull/1004
New commit detected on ManageIQ/manageiq-providers-openstack/master: https://github.com/ManageIQ/manageiq-providers-openstack/commit/49bfcb00f05487088dfcae3b8913f3cff8d78cd8 commit 49bfcb00f05487088dfcae3b8913f3cff8d78cd8 Author: Marek Aufart <maufart> AuthorDate: Tue Apr 11 15:14:04 2017 +0200 Commit: Marek Aufart <maufart> CommitDate: Tue May 9 16:58:39 2017 +0200 Fix Openstack Services on Host Openstack-status command which is used for getting Openstack services status on the Host during SSA was removed. PR https://github.com/ManageIQ/manageiq-gems-pending/pull/104 introduces another way for capuring services data. This commit updates code to work with it. https://bugzilla.redhat.com/show_bug.cgi?id=1434552 .../manageiq/providers/openstack/infra_manager/host.rb | 4 ++-- .../providers/openstack/infra_manager/host_spec.rb | 17 +++++++---------- 2 files changed, 9 insertions(+), 12 deletions(-)