OpenStack Block Storage (Cinder)
43101af292
To remove the storage policy associated with a volume in vCenter, we use a type in vSphere API called VirtualMachineEmptyProfileSpec. Prior to vSphere 6, this type has only an optional field 'dynamicType' inherited from its base class. Since oslo.vmware prunes empty types, we have to set this. But this property is now removed in vSphere 6.0+. Removing the statement to set 'dynamicType' and relying on oslo.vmware not to prune types without any fields set. Closes-bug: #1688373 Related-bug: #1688376 Change-Id: Id9d2d1b53ee4a6069d53e6f54704632354b96bbd |
||
---|---|---|
api-ref/source | ||
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
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: https://wiki.openstack.org/Cinder
- Developer docs: https://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