Created attachment 1401339 [details] logs Description of problem: UI does not show result message for deletion of cloud network. Version-Release number of selected component (if applicable): CFME 5.9.0.22.20180221205805_f93a675 How reproducible: 100% Steps to Reproduce: 0. You need to have a RHV or TryStack provider registered 1. Add new cloud network. 2. Delete new cloud network. Actual results: UI does not show result for the delete operation. In the background, network is deleted from the provider. Expected results: Should show indication. Additional info: look for network: 'test_delete' in the logs.
PR https://github.com/ManageIQ/manageiq-ui-classic/pull/1809 fixed the issue in the past. Apparently, something caused it stop working. Since it happens in openstack and rhev network providers, seems it is not a provider specific issue but a general ui issue.
https://github.com/ManageIQ/manageiq-ui-classic/pull/3626
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/5302eafd2b2a48666179c9b060dfe7245725b521 commit 5302eafd2b2a48666179c9b060dfe7245725b521 Author: Harpreet Kataria <hkataria> AuthorDate: Wed Mar 14 13:01:18 2018 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Wed Mar 14 13:01:18 2018 -0400 Display flash message after Cloud Network delete is initiated. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1549564 app/controllers/cloud_network_controller.rb | 7 +- spec/controllers/cloud_network_controller_spec.rb | 12 +- 2 files changed, 12 insertions(+), 7 deletions(-)
Verified in 5.10.0.16. Flash message of deleting cloud network appears after deleting RHOS cloud network.