Comment 13 for bug 1702454

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

Reviewed: https://review.openstack.org/516111
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=de27ede60dd66f7c4b76fe39c63c0305424a7903
Submitter: Zuul
Branch: stable/pike

commit de27ede60dd66f7c4b76fe39c63c0305424a7903
Author: Sylvain Bauza <email address hidden>
Date: Wed Aug 2 19:28:13 2017 +0200

    Functional regression test for evacuate with a target

    In I6ddcaaca37fc5387c2d2e9f51c67ea9e85acb5c5 we forgot to update the
    legacy filter properties dictionary so the requested target wasn't
    passed to the scheduler when evacuating.
    Adding a functional test for verifying the behaviour.

    NOTE(sbauza): The issue has been incendentally fixed in Pike by
    I434af8e4ad991ac114dd67d66797a562d16bafe2 so the regression test just
    verifies that the expected behaviour works.
    The Newton and Ocata backports will be slightly different from that one as we
    need to verify that host3 will be preferred eventually over host2.

    Related-Bug: #1702454

    Change-Id: Id9adb10d2ef821c8b61d8f1d5dc9dd66ec7aaac8
    (cherry picked from commit e0e2e065a495b4fa9ebdec987c935e3c83118c46)