OpenStack Common DB Code
Go to file
eeldill 9c0e9dc315 Fix sphinx-docs job for stable branch
build-openstack-sphinx-docs jobs fail on stable branches due to the new
pip version 10 introduces some previously Warning as Error: in case of
calling "pip install" without any package name, the command fails.
tox_install.sh is called during docs job without any package passed to pip.

Change-Id: Idf418fb327475ddf167db8a85d6eff6456ca8c9b
2018-04-27 18:30:39 +02:00
doc Updated from global requirements 2018-02-13 01:58:00 +00:00
oslo_db Merge "Remove function optimize_db_test_loader in test_base.py" 2018-01-05 06:38:03 +00:00
releasenotes Imported Translations from Zanata 2017-12-06 06:20:19 +00:00
tools Fix sphinx-docs job for stable branch 2018-04-27 18:30:39 +02:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:29:42 -04:00
.gitignore rearrange content to fit the new standard layout 2017-07-01 01:08:19 +08:00
.gitreview Update .gitreview for stable/queens 2018-01-24 18:04:53 +00:00
.mailmap Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
.testr.conf Move files out of the namespace package 2014-12-24 13:28:48 +02:00
CONTRIBUTING.rst Drop MySQL-python dependency from oslo.db 2017-10-17 07:17:06 +02:00
HACKING.rst Update URLs according to document migration 2017-07-11 22:28:01 +08:00
LICENSE Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
README.rst Update the documentation link 2017-08-23 14:46:27 +08:00
babel.cfg Fix the graduate.sh script result 2014-04-18 11:33:16 +03:00
requirements.txt Updated from global requirements 2017-12-19 01:38:24 +00:00
setup.cfg Updated from global requirements 2018-02-13 01:58:00 +00:00
setup.py Updated from global requirements 2017-03-03 00:03:00 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/queens 2018-01-24 18:04:56 +00:00

README.rst

Team and repository tags

image

oslo.db -- OpenStack Database Pattern Library

Latest Version

Downloads

The oslo db (database) handling library, provides database connectivity to different database backends and various other helper utils.