adjutant/adjutant/api/v1/tests
Amelia Cordwell 6f60b059f4 Added UpdateProjectQuota
Accessable at v1/openstack/quotas/.

A GET request returns json specifiing quota size, the current quota,
the current usage, and some details of any currently active quota
change tasks.

A POST request will update the quota for the project to a given
size. The data must contain a JSON dict with 'size' in it,
which will be the name of one of the pre-defined sizes.
Optionally regions (a list of region names) can be specified
which will restrict the update operation to those regions.

Change-Id: I907664f79f6eef0b5239139999cc7a28d246e446
2017-09-13 17:09:02 +12:00
..
__init__.py Added UpdateProjectQuota 2017-09-13 17:09:02 +12:00
test_api_admin.py Additional Tests for Notification, Token and Email 2017-09-01 15:26:29 +12:00
test_api_openstack.py Added UpdateProjectQuota 2017-09-13 17:09:02 +12:00
test_api_taskview.py Added UpdateProjectQuota 2017-09-13 17:09:02 +12:00
test_utils.py Fix and tests for modify_dict_settings 2017-06-16 12:16:10 +12:00