OpenStack Database As A Service (Trove)
21b4cc2cf7
for the ipv6 subnet with ipv6_ra_mode is slaac or dhcpv6-stateless, we don't need the configure the ip route for the nic in these subnet. otherwise, docker daemon may returns error: failed to set IPv6 gateway while updating gateway: file exists. refer to: https://docs.openstack.org/neutron/latest/admin/config-ipv6.html Change-Id: Id7f537039615479e03dcd546b7d738ca32f740db |
||
---|---|---|
api-ref/source | ||
backup | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
integration | ||
playbooks | ||
releasenotes | ||
roles/trove-devstack | ||
tools | ||
trove | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
generate_examples.py | ||
HACKING.rst | ||
LICENSE | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.py | ||
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.