OpenStack Block Storage (Cinder)
19ad533a6d
Hitachi NAS Platform (HNAS) drivers use the configuration option hnas_svcX_volume_type (X is a number from 0 to 3) to get the name of the pools configured for the drivers. The name containing "volume_type" in the end confuses the users because they tend to relate the option with the volume types created in cinder. This patch deprecates the name hnas_svcX_volume_type when configuring the drivers by cinder.conf in favor of hnas_svcX_pool_name, so it can express more precisely the real purpose of this option. This modification applies only for those configuration using the cinder.conf. The XML configuration options remain the same since this kind of configuration is deprecated. DocImpact Change-Id: I4e2f145b1124f5b567585ec831a58ca6c8138aa5 |
||
---|---|---|
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 | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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