
This one is long because network quotas aren't a thing when using neutron, which means we need to remove them from all the samples. Change-Id: I9cb2fb1b3817797a53c1331d666750399a7f5f87 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
17 lines
395 B
JSON
17 lines
395 B
JSON
{
|
|
"quota_class_set": {
|
|
"instances": 50,
|
|
"cores": 50,
|
|
"ram": 51200,
|
|
"floating_ips": 10,
|
|
"fixed_ips": -1,
|
|
"metadata_items": 128,
|
|
"injected_files": 5,
|
|
"injected_file_content_bytes": 10240,
|
|
"injected_file_path_bytes": 255,
|
|
"security_groups": 10,
|
|
"security_group_rules": 20,
|
|
"key_pairs": 100
|
|
}
|
|
}
|