Comment 2 for bug 1960533

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

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

commit 1aeef5a74e82e97cbed7d65a1f824dbb3070af08
Author: Nurmatov Mamatisa <email address hidden>
Date: Wed Feb 16 14:07:02 2022 +0300

    Add new class for Logging API methods

    Not all logapi "DriverBase" [1] methods are implemented in
    rpc "LoggingApiNotification" [2]
    Now above classes inherit from class 'LoggingApiBase'

    [1] https://github.com/openstack/neutron/blob/cf0cc1f4f262994db1044431fc9142745f2a757b/neutron/services/logapi/drivers/base.py#L27
    [2]
    https://github.com/openstack/neutron/blob/cf0cc1f4f262994db1044431fc9142745f2a757b/neutron/services/logapi/rpc/server.py#L102

    Closes-bug: #1960533
    Change-Id: I9fbfa0f823bcdde60910b018ef2a8fdffaf3512c