Valeriy Ponomaryov
7ba41320f3
Fix 'project_share_type_quotas' DB table unique constraint
It should be possible to use share type quotas in each project/tenant. But we get error trying to set share types quota in second+ project for the same share type. It happens so due to the bug in DB schema, where we don't have 'project_id' in unique constraint. So, add new DB migration that fixes unique constraint and cover it with DB and tempest tests. Change-Id: I1405ced4e12b40904b7227c9f6285e2775005f8a Closes-Bug: #1722707
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/wiki/Manila
- Developer docs: https://docs.openstack.org/manila/latest/
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 https://bugs.launchpad.net/manila
Python client
Description
Languages
Python
99.3%
Shell
0.7%