ec0532269c
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>
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"quota_set": {
|
|
"cores": -1,
|
|
"fixed_ips": -1,
|
|
"floating_ips": -1,
|
|
"injected_file_content_bytes": -1,
|
|
"injected_file_path_bytes": -1,
|
|
"injected_files": -1,
|
|
"instances": -1,
|
|
"key_pairs": -1,
|
|
"metadata_items": -1,
|
|
"ram": -1,
|
|
"security_group_rules": -1,
|
|
"security_groups": -1,
|
|
"server_group_members": -1,
|
|
"server_groups": -1
|
|
}
|
|
}
|