Bug 1593353
Summary: | Can't edit selected router at the Networks -> Network Routers page | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Danylo Kholodov <dkholodo> | ||||||||
Component: | UI - OPS | Assignee: | Gilles Dubreuil <gdubreui> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Danylo Kholodov <dkholodo> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | 5.8.0 | CC: | cpelland, dmetzger, gdubreui, hkataria, jprause, lavenel, mfeifer, mpovolny, ndhandre, obarenbo, simaishi | ||||||||
Target Milestone: | GA | Keywords: | Regression, ZStream | ||||||||
Target Release: | 5.8.5 | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | 5.8.5.1 | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2018-09-26 18:36:30 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: | |||||||||||
Attachments: |
|
Created attachment 1453245 [details]
CFME_5.10_Edit_router
I confirm the edit option is missing from the configuration button. https://github.com/ManageIQ/manageiq-ui-classic/pull/4220 The patch has been replaced with: https://github.com/ManageIQ/manageiq/pull/17660 New commit detected on ManageIQ/manageiq/fine: https://github.com/ManageIQ/manageiq/commit/9cfc0ea4c6da05bd928576d6984e1662ed9e568f commit 9cfc0ea4c6da05bd928576d6984e1662ed9e568f Author: Marek Aufart <aufi.cz> AuthorDate: Mon Jun 26 05:58:30 2017 -0400 Commit: Marek Aufart <aufi.cz> CommitDate: Mon Jun 26 05:58:30 2017 -0400 Merge pull request #56 from gildub/network_controller_network_router_fix_support_feature Network Router: More generic use of SupportsFeatureMixin (cherry picked from commit 71520a1bced4e606b6703631cf40093044ef1838) https://bugzilla.redhat.com/show_bug.cgi?id=1593349 https://bugzilla.redhat.com/show_bug.cgi?id=1593353 app/models/manageiq/providers/openstack/network_manager/network_router.rb | 22 +- 1 file changed, 19 insertions(+), 3 deletions(-) Verified at CFME 5.8.5.0 The edit option is still missing from the configuration button. Created attachment 1479208 [details]
5.8.5.0 edit option is still missing
Following PR addresses test issue created by initial backport: https://github.com/ManageIQ/manageiq-ui-classic/pull/4610 Verified at the CFME 5.8.5.1 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2745 |
Created attachment 1453244 [details] CFME_5.8_Edit_router Description of problem: During running CFME Openstack regression autotests an issue with the inability to Edit selected router was found Version-Release number of selected component (if applicable): CFME 5.8.4.5 on top of the RHOS 10 How reproducible: Always Steps to Reproduce: 1. Login to CFME 2. Add an Openstack Cloud Provider - Compute -> Clouds -> Providers - Configuration -> Add a new cloud provider 3. Go to Networks -> Network Routers 4. Click to any router from the list 5. Click Configuration Actual results: There is no a field: "Edit this router" (See attachment CFME_5.8_Edit_router) Expected results: A field "Edit this router" should be available (like at the CFME 5.10. See attachment CFME_5.10_Edit_router)