Comment 7 for bug 1786498

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

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

commit 2b46354d5ab6d59790e69c44bc36a17074155774
Author: Chris Dent <email address hidden>
Date: Tue Aug 21 14:23:41 2018 +0100

    Set policy_opt defaults in placement gabbi fixture

    Without this change, tests can intermittently fail with NoSuchOptError
    when a single process does not have other tests running prior to
    gabbi tests. This change ensure the opts are registered and defaulted.

    Change-Id: I1c7e347b6e788928bef96e32c3365d0fdc5ba00f
    Related-Bug: #1786498
    Closes-Bug: #1788176