Comment 9 for bug 1446082

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

Reviewed: https://review.openstack.org/182787
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1bfb65d5ac8f7180edf3c4ecea09c8e15982bf27
Submitter: Jenkins
Branch: master

commit 1bfb65d5ac8f7180edf3c4ecea09c8e15982bf27
Author: Dan Smith <email address hidden>
Date: Wed May 13 11:52:10 2015 -0700

    Fix loading things in instance_extra for old instances

    If we don't have db_inst['extra'] then we can't load those things. We
    should just set them to None instead of exploding.

    Change-Id: I2ace62158faaa0b6a7df3c32f2cb9f235d178013
    Closes-Bug: #1446082