93ceb7fb5e
These are written in preparation for follow up old-style quotas code removal that moves the logic for the 'reserved' field from the quota internals (where it's no longer used) to the API (where it's expected to be provided until we have a new microversion). These tests will help catch any unintended change in behavior. Change-Id: I1f743a8db7d032e09372587622ab64250a05e0f0
20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"quota_set": {
|
|
"cores": -1,
|
|
"fixed_ips": -1,
|
|
"floating_ips": -1,
|
|
"id": "fake_tenant",
|
|
"injected_file_content_bytes": -1,
|
|
"injected_file_path_bytes": -1,
|
|
"injected_files": -1,
|
|
"instances": -1,
|
|
"key_pairs": -1,
|
|
"metadata_items": -1,
|
|
"networks": -1,
|
|
"ram": -1,
|
|
"security_group_rules": -1,
|
|
"security_groups": -1,
|
|
"server_group_members": -1,
|
|
"server_groups": -1
|
|
}
|
|
} |