OpenStack Block Storage (Cinder)
5e0393b26d
This feature allows users to query group details with volume ids which are in this group. According to the spec, this is part 2 to implement the whole bp. This patch add the "volumes" field to group detail and group show if user specifies the querying argument 'list_volume=True'. This change will add a new version "3.25". APIImpact GET /v3/{project_id}/groups/{group_id}?list_volume=True RESP BODY: {"group": {"status": "XXX", "id": "XXX", ..., "volumes":['volume_id1', ..., 'volume_idn'] } } Co-Authored-By: wanghao<sxmatch1986@gmail.com> Change-Id: Ica1afd07cd022bab168b6894b9cf43a5b18e34d4 Implements: blueprint improvement-to-query-consistency-group-detail |
||
---|---|---|
api-ref/source | ||
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
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:
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
https://git.openstack.org/cgit/openstack/python-cinderclient