Created attachment 1483083 [details] evm.log Version-Release number of selected component (if applicable): CFME 5.10.0.14 How reproducible: Always Pre-condition: Openstack Cloud provider should be added to the CFME Steps to Reproduce: 1. Login to the CFME 2. Compute -> Cloud -> Instances 3. Provsion new instance (Lifecycle -> Provision Instances) 4. After new instance is provisioned: Select this instance -> Power -> Delete -> Confirm deleting Actual results: Nothing happened Expected results: The process for deleting should be started and the message should appears: "Terminate initiated for 1 VM and Instance from the CFME Database"
Created attachment 1483084 [details] production.log
PR posted: https://github.com/ManageIQ/manageiq-ui-classic/pull/4679
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/ab01697198da447a2c941727e5e73dc3e3c501e6 commit ab01697198da447a2c941727e5e73dc3e3c501e6 Author: Scott Seago <sseago> AuthorDate: Tue Sep 18 23:26:10 2018 -0400 Commit: Scott Seago <sseago> CommitDate: Tue Sep 18 23:26:10 2018 -0400 bz 1628632: check terminate feature for vm_destroy action https://bugzilla.redhat.com/show_bug.cgi?id=1628632 app/controllers/application_controller/ci_processing.rb | 4 +- 1 file changed, 3 insertions(+), 1 deletion(-)
*** Bug 1629850 has been marked as a duplicate of this bug. ***
New commit detected on ManageIQ/manageiq-ui-classic/hammer: https://github.com/ManageIQ/manageiq-ui-classic/commit/fb92de5755ead8a4addc4a6f415cbefb13fe46a7 commit fb92de5755ead8a4addc4a6f415cbefb13fe46a7 Author: Milan Zázrivec <mzazrivec> AuthorDate: Mon Oct 1 06:43:22 2018 -0400 Commit: Milan Zázrivec <mzazrivec> CommitDate: Mon Oct 1 06:43:22 2018 -0400 Merge pull request #4679 from sseago/supports-feature-vm_delete bz 1628632: check terminate feature for vm_destroy action (cherry picked from commit 7a3eeccf110b5bc75ec3443a8edc6912fe4ec91a) https://bugzilla.redhat.com/show_bug.cgi?id=1628632 app/controllers/application_controller/ci_processing.rb | 4 +- 1 file changed, 3 insertions(+), 1 deletion(-)
Verified in 5.10.0.18. I was able to delete cloud instance via Power button.