OpenStack Common DB Code
8811644c41
This change removes RequestContext implicit decoration as some applications have their own session management for the moment or don't need this feature. Moreover this implicit decoration doesn't help debugging. This change doesn't disallow RequestContext decoration but applications should require it explicitly: from oslo_db.sqlalchemy import enginefacade enginefacade.transaction_context_provider(oslo_context.RequestContext) Closes-Bug: #1468707 Change-Id: I143f30c41e788c7aa9887c0e994f49ee55c94651 |
||
---|---|---|
doc/source | ||
oslo_db | ||
oslo.db/locale | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
oslo.db
The oslo db (database) handling library, it provides database connectivity to different database backends and various other helper utils.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.db
- Source: http://git.openstack.org/cgit/openstack/oslo.db
- Bugs: http://bugs.launchpad.net/oslo.db