6dee4c5942684128f2df4eb6b1a1f0ec978c7224
All of the additional lookup logic was essentially duplicating a relationship property of 'load_on_pending=True', which tells SQLAlchemy to lookup the relationship during object creation [1]. So we can dump all of this logic and just use that option. 1. http://docs.sqlalchemy.org/en/latest/orm/relationship_api.html #sqlalchemy.orm.relationship.params.load_on_pending Related: blueprint push-notifications Change-Id: I0e495a50f5cab9b6449825039d7683d77de1e763
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: http://docs.openstack.org
- Features: http://specs.openstack.org/openstack/neutron-specs
- Defects: http://launchpad.net/neutron
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%