
Got the following error during the groups tempest test: DBAPIError exception wrapped from (psycopg2.ProgrammingError) multiple assignments to same column "consistencygroup_id". The solution is to pop "consistencygroup" from volume object before saving to db. This is because consistencygroup is the name of a relationship in the ORM Volume model, so SQLA tries to do some kind of update of the foreign key based on the provided updates if 'consistencygroup' is in updates. Closes-bug: #1703706 Change-Id: I9489ebd20c0744d69431bc91634e1decffcb9ed9
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/cinder/latest/
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 https://bugs.launchpad.net/cinder
Python client
https://git.openstack.org/cgit/openstack/python-cinderclient
Description
Languages
Python
99.7%
Smarty
0.3%