Comment 7 for bug 1224014

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.openstack.org/48641
Committed: http://github.com/openstack/nova/commit/2bea97bae6120005e77f99640dcaacf911f77868
Submitter: Jenkins
Branch: master

commit 2bea97bae6120005e77f99640dcaacf911f77868
Author: Hans Lindgren <email address hidden>
Date: Fri Sep 27 13:10:58 2013 +0200

    Ensure image property not set to None in build_request_spec()

    This is in preparation for having scheduler.util.build_request_spec()
    construct the request_spec in the live migration code. Specifically, this
    change is needed to avoid reintroducing bug #1199811.

    Change-Id: I0cc6b6ec7be7a0afbe184b208f2e16fd5cd4452c
    Related-Bug: #1224014