OpenStack Database As A Service (Trove)
84e159eca9
Default Ubuntu release which is used under devstack, has been changed from Xenial to Bionic [1]. Fortunately, backward compatibility for Xenial was added. Until we are not compatible with Bionic, we need to use older Ubuntu distro. [1] https://review.openstack.org/#/c/610977/ Change-Id: I66c63cf4fa6e5ac201a0fef1d4a8d26520b3b803 Signed-off-by: Marcin Piwowarczyk <m.piwowarczy@samsung.com> |
||
---|---|---|
api-ref/source | ||
apidocs/src/samples | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
integration | ||
playbooks | ||
releasenotes | ||
roles/trove-devstack | ||
tools | ||
trove | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
generate_examples.py | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.py | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
test-upper-constraints.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:
For information on how to contribute to trove, please see CONTRIBUTING.rst and HACKING.rst
You can raise bugs here: Bug Tracker
The plan for trove can be found at Trove Specs
- Release notes for the project can be found at:
Python client
Python-troveclient is a client for Trove.
Dashboard plugin
Trove-dashboard is OpenStack dashbaord plugin for Trove.