Comment 2 for bug 1622503

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

Reviewed: https://review.openstack.org/368631
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dfbc809169da9af7dfc2421244d188caadcada05
Submitter: Jenkins
Branch: master

commit dfbc809169da9af7dfc2421244d188caadcada05
Author: Kevin Benton <email address hidden>
Date: Fri Sep 9 05:12:03 2016 -0700

    Use singleton for Nova notifier

    By adding a singleton getter method and using it in the places
    that use nova notifiers, we ensure that only one object exists
    so all callers share the same batching queues and the sqlalchemy
    events will only be fired once.

    Change-Id: I89752d9c69feb578f0294339aae1a5cf51ec124b
    Closes-Bug: #1622503