Comment 2 for bug 2073490

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

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

commit 88e83dc7f042533bc5b587307a2a2f6b0311b5da
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Jul 18 09:47:01 2024 +0000

    [DHCP] Inform about the number of pending events to be processed

    After the execution of an RPC event received, the DHCP agent will log
    the number of pending events stored in ``DhcpAgent._queue``, that is a
    ``ResourceProcessingQueue`` instance.

    This patch also improves the ``DictModel`` class. When an instance of
    this class is printed in a log message, the ``__repr__`` method will
    call the ``__str__`` method, that returns the key/values stored in the
    local dictionary.

    Closes-Bug: #2073490
    Change-Id: I69dc6235f7599b687e49428aaa02c4b70154f393