Comment 9 for bug 1781648

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

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

commit 5fe80b6339b8a514bb4c1aee1f2d47cd83be592d
Author: Matt Riedemann <email address hidden>
Date: Wed Aug 29 13:16:09 2018 -0400

    (Re)start caching scheduler after starting computes in tests

    This moves the scheduler restart logic from the heal_allocations
    tests into a more generic location (like restart_compute_service)
    so that we can re-use it in other functional tests that rely on
    the caching scheduler. There are a couple of other tests that don't
    need to restart the scheduler if we just move the start of the
    scheduler to after we start the computes.

    Change-Id: I7720fe4a3a0e537b7b356947317766597d4b47cf
    Related-Bug: #1781648