New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/8ac6c1d7c81b33eefbc12a2b9a6ea1dccc097061
commit 8ac6c1d7c81b33eefbc12a2b9a6ea1dccc097061
Author: Scott Seago <sseago>
AuthorDate: Wed Feb 21 12:59:54 2018 -0500
Commit: Scott Seago <sseago>
CommitDate: Thu Feb 22 09:39:02 2018 -0500
BZ1544764: Fix evacuate host param handling in controller
https://bugzilla.redhat.com/show_bug.cgi?id=1544764
Fix mismatch in param value expectations for handling 'evacuate host'
controller action.
A related fix will be needed in fog-openstack to fix the on_shared_storage==false
use case, but this should handle the 'true' use case.
app/controllers/mixins/actions/vm_actions/evacuate.rb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Created attachment 1395343 [details] evacuate sceenshot Description of problem: ====================== Evacuate Host failed Evacuating Instance instance_test001 failed: Invalid input for field/attribute evacuate. Value: {u'host': u'', u'adminPass': u''}. 'onSharedStorage' is a required property Version-Release number of selected component: ============================================= CFME 5.9.0.20 RHOS10 How reproducible: ================= 100% Steps to Reproduce: =================== 1. Snetup with 2*compute nodes, shared storage(external Ceph) 2. Shut down one compute node with running instance 3. Browse: Compute --> clouds --> Instances 4. Select an instance/s from the shut down compute node 5. Click Lifecycle --> Evacuate selected Instances Actual results: =============== Evacuating Instance instance_test001 failed: Invalid input for field/attribute evacuate. Value: {u'host': u'', u'adminPass': u''}. 'onSharedStorage' is a required property Expected results: ================= Instance evacuated successfully Additional info: ================ Screenshot and log are enclosed