OpenStack Database As A Service (Trove)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
OpenStack Proposal Bot e854cb5853 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ibc8a2eb72c7d34b9f56a69114d74ae0da01fb4b6
5 days ago
api-ref/source Allow regular user to get quotas 2 years ago
backup Fixes permission problem when restoring backup 4 months ago
contrib Support python3 in guest agent 4 years ago
devstack Do not configure removed [DEFAULT] rpc_backend 2 months ago
doc Do not configure removed [DEFAULT] rpc_backend 2 months ago
etc Rename app.wsgi to app_wsgi.py 9 months ago
integration Drop bionic support 10 months ago
playbooks Using 5.7.29 tag for mysql image. 2 months ago
releasenotes Imported Translations from Zanata 5 days ago
roles/trove-devstack Datastore containerization 3 years ago
tools Changed py39 from py27 in tox 10 months ago
trove Merge "Fix inspect.getargspec() deprecation warning" 1 month ago
zuul.d Remove tempest ipv6 job to experimental pipeline 6 days ago
.coveragerc Update some information 7 years ago
.gitignore Rename app.wsgi to app_wsgi.py 9 months ago
.gitreview OpenDev Migration Patch 4 years ago
.stestr.conf Fix guestagent.test_operating_system for Python3 5 years ago
CONTRIBUTING.rst Changed py39 from py27 in tox 10 months ago
HACKING.rst Remove six usage and basestring check 3 years ago
LICENSE Add Apache 2.0 LICENSE file. 10 years ago
README.rst [docs]Fix wrong links in README 3 years ago
bindep.txt Adapt bindep ubuntu-jammy 9 months ago
generate_examples.py Fixes hacking rules 8 years ago
pylintrc initial chkin of pylint 7 years ago
requirements.txt Use new get_rpc_client API from oslo.messaging 3 months ago
run_tests.py Remove six.moves 3 years ago
setup.cfg Rename api_wsgi.py to app_wsgi.py 9 months ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Update doc8 version 3 years ago
tox.ini Fix tox cover check 3 months ago

README.rst

Trove

image

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:

https://docs.openstack.org/releasenotes/trove

Python client

Python-troveclient is a client for Trove.

Dashboard plugin

Trove-dashboard is OpenStack dashbaord plugin for Trove.

References