Comment 3 for bug 1521928

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

Reviewed: https://review.openstack.org/259247
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2841dd3de96792bd9172115945b5ffa5a1fe7c31
Submitter: Jenkins
Branch: master

commit 2841dd3de96792bd9172115945b5ffa5a1fe7c31
Author: Ken'ichi Ohmichi <email address hidden>
Date: Fri Dec 18 01:23:47 2015 +0000

    Make scheduler_hints schema allow list of id

    Nova v2.0 API allows a list of server_id, and the corresponding
    filter handles it. However, Nova v2.1 API doesn't do that now.
    That is backward incompatibile issue.
    This patch fixes this issue.

    NOTE: Tempest patch Ib3365ac2783a0578c7a1a1e72d9b6c9cfea340f5
          is for reproducing this problem on the gate.
          After this fixing, the Tempest patch can be merged and
          we will be able to block this problem.

    Change-Id: I1de7d184c590e84ab1b38880c8d784d38c37b820
    Closes-Bug: #1521928