
Below changes are done in this commit: a. replaced update() update() is replaced with oslo.db's soft_delete() used in volume_type_access_remove() function of sqlalchemy.db.api to keep value of "id" in "deleted" column during volume type access remove operation. This bug will be solved after this change. b. updated db schema db schema of volume_type_projects if updated. As tinyint can store maximum 127, "deleted" column type is modified tinyint->integer so that it can store more than 128 entries in it. c. release notes release notes added to prohibit addition or deletion of volume_type_access to a project during update operation. UpgradeImpact Closes-Bug: #1518363 Change-Id: I638a202dfb2b4febf1d623683de22df3b6dc2615
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://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
Description
Languages
Python
99.7%
Smarty
0.3%