c63a2bba9d
We replace the use of 'test_class' in a variety of places with 'default', since nova only supports the 'default' quota class set. We also start using the quota fixture in the policy tests to ensure we return "valid" responses. Change-Id: I6df0ec741f355e71c359c4e94bb32caacf9b1fab Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"quota_class_set": {
|
|
"cores": 20,
|
|
"id": "default",
|
|
"injected_file_content_bytes": 10240,
|
|
"injected_file_path_bytes": 255,
|
|
"injected_files": 5,
|
|
"instances": 10,
|
|
"key_pairs": 100,
|
|
"metadata_items": 128,
|
|
"ram": 51200,
|
|
"server_groups": 10,
|
|
"server_group_members": 10
|
|
}
|
|
}
|