Reviewed: https://review.openstack.org/401009 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c7aed3d139909913387e4ac2e771f19c9502c5b1 Submitter: Zuul Branch: master
commit c7aed3d139909913387e4ac2e771f19c9502c5b1 Author: Sivasathurappan Radhakrishnan <email address hidden> Date: Wed Nov 23 00:17:47 2016 +0000
Fix host validity check for live-migration
When live migrating instance to invalid host, live migration fails with host not found and sets instance task state to migrating.
This change handles host validity in API layer before changing instance task_state to 'MIGRATING' and raise proper exception on invalid host.
Change-Id: I7c5e80298b9adf1bd53cc6c464a3744b5397b7e8 Related-Bug: #1643623 Closes-Bug: #1785031
Reviewed: https:/ /review. openstack. org/401009 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=c7aed3d1399 09913387e4ac2e7 71f19c9502c5b1
Committed: https:/
Submitter: Zuul
Branch: master
commit c7aed3d13990991 3387e4ac2e771f1 9c9502c5b1
Author: Sivasathurappan Radhakrishnan <email address hidden>
Date: Wed Nov 23 00:17:47 2016 +0000
Fix host validity check for live-migration
When live migrating instance to invalid host, live migration fails
with host not found and sets instance task state to migrating.
This change handles host validity in API layer before changing instance
task_state to 'MIGRATING' and raise proper exception on invalid host.
Change-Id: I7c5e80298b9adf 1bd53cc6c464a37 44b5397b7e8
Related-Bug: #1643623
Closes-Bug: #1785031