Neutron shared routines and utilities.
ef1e8abb89
Since sqlalchemy 1.4, "session.autocommit" is False by default; in sqlalchemy 2.0 this will be the only value accepted. The ``_orm.Session`` is considered active when [1]: - there is a transaction and this transaction is active - there is no transaction [2], the class ``_orm.Session`` will autobegin when it is first used. The second one breaks the way Neutron considers a session is active: only when a transaction is in place, Neutron considers a session is active. Depends-On: https://review.opendev.org/c/openstack/neutron/+/833247 [1]https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4/lib/sqlalchemy/orm/session.py#L3918-L3950 [2]https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4/lib/sqlalchemy/orm/session.py#L3930-L3932 Closes-Bug: #1962153 Topic: sqlalchemy-20 Change-Id: Iabaee4e556afb3dc75a82d99dc4a597fe4d7dd21 |
||
---|---|---|
api-ref/source | ||
doc | ||
neutron_lib | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
neutron-lib
Neutron shared routines and utilities
- Free software: Apache license
- Documentation: https://docs.openstack.org/neutron-lib/latest/
- Source: https://opendev.org/openstack/neutron-lib
- Bugs: https://bugs.launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron-lib/
Features
- TODO