7ba41320f3
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 |
||
---|---|---|
.. | ||
common | ||
services | ||
tests | ||
__init__.py | ||
clients.py | ||
config.py | ||
plugin.py | ||
README.rst | ||
share_exceptions.py | ||
utils.py |
Tempest Integration
This directory contains Tempest tests to cover Manila project.