Comment 24 for bug 1881424

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

Reviewed: https://review.opendev.org/732523
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=178227c8b6636433fcdab4dfd342468335b76aa6
Submitter: Zuul
Branch: master

commit 178227c8b6636433fcdab4dfd342468335b76aa6
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Jun 2 11:10:21 2020 +0000

    Make NeutronOvsdbIdl singleton

    "NeutronOvsdbIdl" should be a singleton class; only one instance
    should be shared everywhere is called. Currently the connection
    and the "OvsIdlMonitor" instances are global; those instances are
    used to declare the "NeutronOvsdbIdl" instance.

    As commented in the related bug, this singleton will ensure that
    the OvsIdl indexes are created just once.

    Change-Id: I639cf673a983b7b1be810495d8a8c2d89919a9b6
    Related-Bug: #1881424