https://github.com/openstack/cinder
OpenStack Block Storage (Cinder). Mirror of code maintained at opendev.org.
https://github.com/openstack/cinder
service
Last synced: 5 days ago
JSON representation
OpenStack Block Storage (Cinder). Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/cinder
- Owner: openstack
- License: apache-2.0
- Created: 2012-11-29T22:34:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T14:41:11.000Z (5 days ago)
- Last Synced: 2025-04-28T15:19:24.700Z (5 days ago)
- Topics: service
- Language: Python
- Homepage: https://opendev.org/openstack/cinder
- Size: 161 MB
- Stars: 657
- Watchers: 147
- Forks: 915
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - openstack/cinder - OpenStack Block Storage (Cinder). Mirror of code maintained at opendev.org. (Python)
README
================
OpenStack Cinder
================.. image:: https://governance.openstack.org/tc/badges/cinder.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html.. Change things from this point on
OpenStack Cinder is a storage service for an open cloud computing service.
You can learn more about Cinder at:
* `Wiki `__
* `Developer Docs `__
* `Blueprints `__
* `Release notes `__
* `Design specifications `__Getting Started
---------------If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/cinder
If you'd like to contribute, please see the information in
`CONTRIBUTING.rst `_You can raise bugs on `Launchpad `__
Python client
-------------
`Python Cinderclient `__