71c3caf407
Update the README.rst, change the repo url from github to git.openstack.org, add link for trove-sepcs and trove-dashboard, add link for CONTRIBUTING.rst and HACKING.rst. Signed-off-by: zhanggang <zhanggang@cmss.chinamobile.com> Change-Id: If1c7d3467c7da261ac626325a44aa7eab37ae042
54 lines
1.6 KiB
ReStructuredText
54 lines
1.6 KiB
ReStructuredText
=====
|
|
Trove
|
|
=====
|
|
|
|
.. image:: https://governance.openstack.org/tc/badges/trove.svg
|
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
|
|
|
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://git.openstack.org/cgit/openstack/trove
|
|
|
|
For information on how to contribute to trove, please see
|
|
CONTRIBUTING.rst_ and HACKING.rst_
|
|
|
|
.. _CONTRIBUTING.rst: https://git.openstack.org/cgit/openstack/trove/plain/CONTRIBUTING.rst
|
|
.. _HACKING.rst: https://git.openstack.org/cgit/openstack/trove/plain/HACKING.rst>
|
|
|
|
* `Wiki <https://wiki.openstack.org/wiki/Trove>`_
|
|
* `Developer Docs <https://docs.openstack.org/trove/latest/>`_
|
|
|
|
You can raise bugs here:
|
|
`Bug Tracker <https://bugs.launchpad.net/trove>`_
|
|
|
|
The plan for trove can be found at
|
|
`Trove Specs <https://specs.openstack.org/openstack/trove-specs/>`_
|
|
|
|
Python client
|
|
-------------
|
|
Python-troveclient_ is a client for Trove.
|
|
|
|
.. _Python-troveclient: https://git.openstack.org/cgit/openstack/python-troveclient
|
|
|
|
Dashboard plugin
|
|
----------------
|
|
Trove-dashboard_ is OpenStack dashbaord plugin for Trove.
|
|
|
|
.. _Trove-dashboard: https://git.openstack.org/cgit/openstack/trove-dashboard
|
|
|
|
References
|
|
----------
|
|
|
|
* `Installation docs`_
|
|
* `Manual installation docs`_
|
|
* `Build guest image`_
|
|
|
|
.. _Installation docs: https://docs.openstack.org/trove/latest/install/install.html
|
|
.. _Manual installation docs: https://docs.openstack.org/trove/latest/install/manual_install.html
|
|
.. _Build guest image: https://docs.openstack.org/trove/latest/admin/building_guest_images.html
|