Comment 8 for bug 1366859

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

Reviewed: https://review.openstack.org/120099
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5fd0500e7e262c602dc7bbbff456326598da41bc
Submitter: Jenkins
Branch: master

commit 5fd0500e7e262c602dc7bbbff456326598da41bc
Author: Dan Prince <email address hidden>
Date: Tue Sep 9 09:58:35 2014 -0400

    Ironic: don't canonicalize extra_specs data

    Don't canonicalize the cpu_arch extra_specs field. This is important
    because the scheduler filters which use extra specs don't canonicalize
    things either and as such you'll have mismatched fields causing
    instances not to get scheduled.

    This was recently changed as part of the Ironic -> Nova driver patch
    series. We still want to canonicalize supported_instances though...

    Change-Id: I9342213b5433113816142b1f737119065e9f077f
    Closes-bug: #1366859