88e83dc7f0

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
OpenStack Neutron
Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).
To learn more about neutron:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
If you would like to contribute to Neutron, please read the file CONTRIBUTING.rst or see the Neutron contributor guide:
https://docs.openstack.org/neutron/latest/contributor/contributing.html
Get in touch via email. Use [Neutron] in your subject.
Description
Languages
Python
99.7%
Shell
0.3%