d1a8b73edb
This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: b'https://gist.github.com/67f4c17475042794640f06833d929bba\n' Change-Id: Ib733302fc5373618a778f22add9512c36b1a6de9
35 lines
964 B
ReStructuredText
35 lines
964 B
ReStructuredText
========================
|
|
Team and repository tags
|
|
========================
|
|
|
|
.. image:: http://governance.openstack.org/badges/cinder.svg
|
|
:target: http://governance.openstack.org/reference/tags/index.html
|
|
|
|
.. Change things from this point on
|
|
|
|
======
|
|
CINDER
|
|
======
|
|
|
|
You have come across a storage service for an open cloud computing service.
|
|
It has identified itself as `Cinder`. It was abstracted from the Nova project.
|
|
|
|
* Wiki: http://wiki.openstack.org/Cinder
|
|
* Developer docs: http://docs.openstack.org/developer/cinder
|
|
|
|
Getting Started
|
|
---------------
|
|
|
|
If you'd like to run from the master branch, you can clone the git repo:
|
|
|
|
git clone https://git.openstack.org/openstack/cinder.git
|
|
|
|
For developer information please see
|
|
`HACKING.rst <https://git.openstack.org/cgit/openstack/cinder/plain/HACKING.rst>`_
|
|
|
|
You can raise bugs here http://bugs.launchpad.net/cinder
|
|
|
|
Python client
|
|
-------------
|
|
https://git.openstack.org/cgit/openstack/python-cinderclient
|