manila/manila/tests/api
zhongjun 7275aafc9e Add the ability to check the tenant quota in detail
Now the quota-set API only returned single attribute
'limit', this change intends to add a new API
'quota-sets/{project_id}/detail' to retrieve more info
with attributes 'in_use', 'limit', 'reserved'.

APIImpact
Implements: blueprint admin-check-tenant-quota-usage
Depends-On: Ie0eb7d32b7b032ffdb7f7dd47f68841211e7d7a6
Change-Id: I499b099a3ba7704a2108cd15f80ff507e24b7cd0
2016-12-28 10:32:24 +08:00
..
contrib Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
extensions Remove vim headers 2014-10-06 15:00:27 +02:00
middleware Use assert(Not)In/Greater(Equal)/LessEqual/IsNotNone 2016-09-30 09:43:49 +02:00
openstack Use assert(Not)In/Greater(Equal)/LessEqual/IsNotNone 2016-09-30 09:43:49 +02:00
v1 Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
v2 Add the ability to check the tenant quota in detail 2016-12-28 10:32:24 +08:00
views Add create_share_from_snapshot_support extra spec 2016-12-21 09:57:08 -05:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
common.py Remove vim headers 2014-10-06 15:00:27 +02:00
fakes.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-11-14 10:51:24 -05:00
test_common.py Pass context down to ViewBuilder method 2016-06-08 10:48:37 -04:00
test_extensions.py Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00
test_middleware.py Added CORS support to Manila 2015-11-11 10:10:58 -08:00
test_versions.py Use assert(Not)In/Greater(Equal)/LessEqual/IsNotNone 2016-09-30 09:43:49 +02:00
test_wsgi.py Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00