Comment 10 for bug 1679775

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/ocata)

Reviewed: https://review.openstack.org/492962
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3f28694e187d7a2953a3842d0235d7145d1abb1d
Submitter: Jenkins
Branch: stable/ocata

commit 3f28694e187d7a2953a3842d0235d7145d1abb1d
Author: Kevin Benton <email address hidden>
Date: Tue Apr 18 01:27:37 2017 -0700

    Stop loading OVOServerRpcInterface in ML2 testcase

    This RPC notifier has an asynchronous handler that does DB lookups
    to send notifications after an object has been created. Not only
    is this a waste of resources in unit tests, it interferes with tests
    that are inspecting the DB queries that occur between calls.

    This just blocks the OVOServerRpcInterface in the ML2 test case and
    then enables it for the set of unit tests that needs it.

    Change-Id: I807e2445da9be241c24d8b6e5bda8b12927aa7fc
    Closes-Bug: #1679775
    (cherry picked from commit 9c4395965158e066becdb84cf30ea5f0e63e7cbc)