nova/doc/api_samples/os-quota-sets-noop/quotas-show-defaults-get-resp.json
Stephen Finucane ec0532269c nova-net: Migrate 'test_quota_sets' functional tests
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>
2019-10-04 15:22:27 +00:00

20 lines
475 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,
"ram": -1,
"security_group_rules": -1,
"security_groups": -1,
"server_group_members": -1,
"server_groups": -1
}
}