
Handle interim flushes by tracking 'new' objects in session.info until commit time. This is necessary because new objects will no longer be in 'session.new' during the before_commit event if flushes have occurred. Don't load relationships until final commit in nested commits. This ensures we are on the outermost commit that will end the session before loading up all of the relationships. Partially-Implements: blueprint enginefacade-switch Change-Id: Id0f79ebaafc446bb28363d281249f02eacd1e28d
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%