OpenStack Database As A Service (Trove)
71284ddc5f
Replace testtools.run test runner with os-testr for Python 3 to run tests in parallel. Replace also the whitelist with a blacklist to quickly identify tests which still must be ported to Python 3. Blacklist backup.test_backup_models: even if it worked when run with testtools.run, it fails when run using os-testr. We can investigate this issue later, it's more important to reduce the duration of the py34 job to reduce the risk of random timeout. Add a dependency to os-testr. Partially implements: blueprint trove-python3 Change-Id: I5ea7ebf7eec15b75a5fed07aab7bd15e5e6cd6d6 |
||
---|---|---|
apidocs | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
install-guide/source | ||
releasenotes | ||
tools | ||
trove | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
blacklist-py3.txt | ||
CONTRIBUTING.rst | ||
doc-test.conf | ||
generate_examples.py | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
run_tests.py | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Trove
Trove is Database as a Service for OpenStack.
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/trove
- Wiki: https://wiki.openstack.org/wiki/Trove
- Developer Docs: http://docs.openstack.org/developer/trove
You can raise bugs here: https://bugs.launchpad.net/trove
Python client
https://git.openstack.org/cgit/openstack/python-troveclient
References
- Installation docs: http://docs.openstack.org/developer/trove/dev/install.html
- Manual installation docs: http://docs.openstack.org/developer/trove/dev/manual_install.html
- Trove integration: https://github.com/openstack/trove-integration
- Build guest image: http://docs.openstack.org/developer/trove/dev/building_guest_images.html