Comment 5 for bug 2062009

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/916123
Committed: https://opendev.org/openstack/neutron/commit/6170309157d6922db2bc6014f17487b74f37e08b
Submitter: "Zuul (22348)"
Branch: master

commit 6170309157d6922db2bc6014f17487b74f37e08b
Author: Sebastian Lohff <email address hidden>
Date: Mon Apr 15 15:39:27 2024 +0200

    Start logging plugin RPC via service framework

    Instead of the LoggingServiceDriverManager starting the RPC if any
    driver needs it, we now only start it when this is requested by neutron
    via start_rpc_listeners(). This is required when running neutron-server
    and neutron-rpc-server separately to run RPC only in neutron-rpc-server.

    Change-Id: I8d185cdc807e94098c137314bcaa2317a2f85ebe
    Partial-Bug: #2062009