Bug 1593349
Summary: | Can't delete 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 WONTFIX | QA Contact: | Danylo Kholodov <dkholodo> | ||||||||||||||
Severity: | high | Docs Contact: | |||||||||||||||
Priority: | high | ||||||||||||||||
Version: | 5.8.0 | CC: | cpelland, dmetzger, gdubreui, hkataria, jprause, lavenel, maufart, mfeifer, mpovolny, ndhandre, obarenbo, simaishi | ||||||||||||||
Target Milestone: | GA | Keywords: | Regression, ZStream | ||||||||||||||
Target Release: | 5.9.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-18 18:59:37 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: |
|
Description
Danylo Kholodov
2018-06-20 15:48:35 UTC
Created attachment 1453239 [details]
CFME_5.8_Del_rout
Created attachment 1453240 [details]
CFME_5.10_Del_rout
I confirm the delete option in the configuration menu is missing. 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 delete option in the configuration menu is still missing. Created attachment 1479207 [details]
5.8.5.0 missed delete option
Following PR addresses the conflict: https://github.com/ManageIQ/manageiq-ui-classic/pull/4610 FAILED_QA at the CFME 5.8.5.1 The delete option in the configuration menu is still missing. But anyway even if we open some Network Router page and will try to delete from this page (see attachment "delete_router") - no flash message ("Delete initiated for 1 Network Router.") appears. And router is still exist in the list. Also I've checked the list in the CLI (openstack router list) and can see the same router which should be deleted. Created attachment 1484005 [details]
delete_router
Created attachment 1484006 [details]
production.log
Created attachment 1484007 [details]
evm.log
|