Comment 4 for bug 1746615

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

Reviewed: https://review.openstack.org/539732
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=caeab76468258c1c9b3661df04e72988ec98b316
Submitter: Zuul
Branch: master

commit caeab76468258c1c9b3661df04e72988ec98b316
Author: Eric Fried <email address hidden>
Date: Wed Jan 31 17:37:37 2018 -0600

    Test case: new standard resource class unusable

    If the placement service code is newer than that of the compute service,
    new standard resource classes may have been introduced in placement
    which compute doesn't yet know about. These resource classes will be
    unusable due to the noted bug.

    This change set adds a test case demonstrating the bug.

    Change-Id: I71ce6796beb23c4bb3d637dab5ca0e620274b2fc
    Partial-Bug: #1746615