Comment 4 for bug 2069581

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

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

commit cabe18dd79ea5144554697dba0a523a6f8dc42e7
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Jun 17 10:24:44 2024 +0000

    Set the Neutron server workers name

    The patch [1] defines the RpcWorker and RpcReportsWorker processes
    names. However, the parent class ``neutron_lib.worker.BaseWorker``
    init method is not reading the class variable defined in [1]. This
    patch is explictly passing the ``desc`` class name in the init method.

    [1]https://review.opendev.org/c/openstack/neutron/+/907712

    Closes-Bug: #2069581
    Change-Id: I50c2b0567ea10316ad06e6e6c1d01db8b9520e3e