e332797e42
'networks' quota can be available based on config value. api-ref should show that for quota-set APIs and also sample files so that it can be tested somewhere. Also adding it to quota class APIs sample files also. Closes-Bug: #1702201 Change-Id: I84d562a8ca10826dea4675d74669b5de64ff0ed0
20 lines
477 B
JSON
20 lines
477 B
JSON
{
|
|
"quota_set": {
|
|
"cores": 20,
|
|
"fixed_ips": -1,
|
|
"floating_ips": 10,
|
|
"injected_file_content_bytes": 10240,
|
|
"injected_file_path_bytes": 255,
|
|
"injected_files": 5,
|
|
"instances": 10,
|
|
"key_pairs": 100,
|
|
"metadata_items": 128,
|
|
"ram": 51200,
|
|
"security_group_rules": 20,
|
|
"security_groups": 45,
|
|
"server_groups": 10,
|
|
"server_group_members": 10,
|
|
"networks": 3
|
|
}
|
|
}
|