Comment 7 for bug 1284709

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/80511
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4c68f19cd8d1f045bde02be7eec50c34c1d87932
Submitter: Jenkins
Branch: master

commit 4c68f19cd8d1f045bde02be7eec50c34c1d87932
Author: He Jie Xu <email address hidden>
Date: Fri Mar 14 15:59:12 2014 +0800

    Add info_cache as expected attribute when evacuate instance

    Nova evacuates instance failed with neutron. The reason is
    when nova-conductor try to get network info for instance, it
    need instance include 'info_cache', but the instance dict which
    passed didn't include it. This patch adds 'info_cache' as the
    expected attribute for get instance.

    Change-Id: I6f110c607e32b0ab536916741605b25d572331dc
    Closes-Bug: #1284709