OpenStack Database As A Service (Trove)
27778a90d0
When trove prepares a container, it grants permissions for folders with the default user/group "database" (ID 1001). However, some Docker images require a different user for provisioning the database. Therefore, we need to make it flexible so that the database container can run with the required user and group, regardless of the default settings. Story: #2010827 Task: #48386 Change-Id: Ie0268951db7a9e711089714cecf7fbf311eecec8 |
||
---|---|---|
api-ref/source | ||
backup | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
integration/scripts | ||
playbooks | ||
releasenotes | ||
roles/trove-devstack | ||
tools | ||
trove | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
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://opendev.org/openstack/trove
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.