593c04d10d
![Slawek Kaplonski](/assets/img/avatar_default.png)
Patch [1] removed import of neutron.db.api module in neutron.common.utils. This cause some issues e.g. in networking-ovn projects because listeners: @event.listens_for(orm.session.Session, "persistent_to_deleted") on _persistent_to_deleted() function [2] and @event.listens_for(model_base.BASEV2, "attribute_instrument", propagate=True) on _listen_for_changes() function [3] aren't created as they where before. This patch adds import of this neutron.db.api module again just to ensure that those listeners are created properly. [1] https://review.openstack.org/#/c/614252/ [2] https://github.com/openstack/neutron/blob/master/neutron/db/api.py#L110 [3] https://github.com/openstack/neutron/blob/master/neutron/db/api.py#L134 Closes-Bug: #1802369 Change-Id: I3e427ee5c904c34115aaf1afa67e1109ea58d603
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%