f552549303

The `deleted` column in volume_type_extra_specs was as a boolean; The same column in share_type_extra_specs is an integer. However, the code migrating from volume_types to share_types assumes them to be vice-versa. This breaks downgrading from that migration. Further, the `id` column in share_type_extra_specs is a primary key field of Integer datatype. Such fields have auto-increment turned on by default; we shouldn't be copying the `id` from volume_type_extra_specs when we copy the data. Fix these bugs and add a unit test. Change-Id: Ic32a8a17b1b6a773de6dcf7792d9b37f6aed4a3c Needed-by: Ib0ad5fbfdf6297665c208149b08c8d21b3c232be Closes-Bug: 1643535
Team and repository tags
MANILA
You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.
- Wiki: https://wiki.openstack.org/Manila
- Developer docs: http://docs.openstack.org/developer/manila
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/manila.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/manila
Python client
Description
Languages
Python
99.3%
Shell
0.7%