Comment 20 for bug 1570748

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova-powervm (stable/mitaka)

Reviewed: https://review.openstack.org/311521
Committed: https://git.openstack.org/cgit/openstack/nova-powervm/commit/?id=f98749a2d3154452d8edb8c0e95b54f5cde579d1
Submitter: Jenkins
Branch: stable/mitaka

commit f98749a2d3154452d8edb8c0e95b54f5cde579d1
Author: Drew Thorstensen <email address hidden>
Date: Fri Apr 29 10:12:33 2016 -0500

    Fix revert migration if flavor deleted

    After an instance is created, the flavor could be deleted. But
    operations still need to be able to occur against the VM when that
    occurs. A new test in Tempest showed that we had been using the
    incorrect (and potentially deleted) flavor when a resize/migration was
    reverting.

    This change updates the code to use the flavor that is stored on the
    instance itself.

    Change-Id: I16254d8eb74a724e3e0a538f47259e9627c4233a
    Closes-Bug: 1570748
    (cherry picked from commit e72a505860b2f7ce2dd4a492f65d426f8b091e1f)
    Conflicts:
     nova_powervm/tests/virt/powervm/test_driver.py