OpenStack Database As A Service (Trove)
be9bd3f3a0
Currently the logic to determine the admin context is controlled by the [DEFAULT] admin_roles option but this requires that users set both policy and the option properly. This replaces the option by a new policy rule so that users can define all policy related settings in the policy.yaml file. This also allows users to create their is_admin rule with not only roles but also with other elements. Change-Id: Ib9d003065f943a5382e1079397bfde4292f5dabb |
||
---|---|---|
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.