Comment 5 for bug 1460673

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

Reviewed: https://review.openstack.org/187227
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=68b22c1e31c69b6dcc6bf57c8eb8e213904bf963
Submitter: Jenkins
Branch: master

commit 68b22c1e31c69b6dcc6bf57c8eb8e213904bf963
Author: Dan Smith <email address hidden>
Date: Mon Jun 1 08:15:51 2015 -0700

    Handle FlavorNotFound when augmenting migrated flavors

    When we migrate a partial flavor from system_metadata to a full
    flavor in instance_extra, we need to query for the original flavor in
    order to fill in the missing extra_specs. If that fails because the
    flavor has been deleted, we need to just not augment the flavor, log
    a warning, and continue instead of failing.

    Change-Id: Ida49ddea525fb54e0d0238746b83b0202da437c3
    Related-Bug: #1460673