Bug 1434552
| Summary: | Openstack services missing on node page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Oleksandr Kolisnyk <okolisny> | ||||
| Component: | Providers | Assignee: | Marek Aufart <maufart> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ola Pavlenko <opavlenk> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 5.7.0 | CC: | ademicev, cpelland, dclarizi, jfrey, jhardy, maufart, obarenbo, simaishi | ||||
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||
| Target Release: | 5.9.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | openstack | ||||||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1450518 1450519 (view as bug list) | Environment: | |||||
| Last Closed: | 2018-03-06 15:40:36 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | Openstack | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1450518, 1450519 | ||||||
| Attachments: |
|
||||||
The same issue on 5.8.0.7 with RHOS 11 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(-) |
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