Comment 4 for bug 1528250

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

Reviewed: https://review.openstack.org/303558
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ee7d455c93dbb2e80bf540585fa72b2016eb32ca
Submitter: Jenkins
Branch: stable/liberty

commit ee7d455c93dbb2e80bf540585fa72b2016eb32ca
Author: Diana Clarke <email address hidden>
Date: Fri Apr 8 13:56:39 2016 -0400

    Fix incorrect format string

    The 'id' in the FlavorExtraSpecUpdateCreateFailed message is actually
    for the flavorid (not Flavor.id) which can be a string. This was
    originally fixed in the following commit, but unfortunately the fix was
    coupled with EngineFacade changes, so it's not a simple backport. This
    patch just splits out the format string bug fix, so it can be
    backported.

        enginefacade: 'flavor' - Use enginefacade in 'flavor' section.
        https://github.com/openstack/nova/commit/c85cd57c5c156b479db75c9f14fd916f7b64298e

    Closes-Bug: #1528250
    Change-Id: I2f57bb46d087948792e749905a0c060d009fbcf8
    (cherry picked from commit c85cd57c5c156b479db75c9f14fd916f7b64298e)