ebd23c945d
The injected_files, injected_file_content_bytes and injected_file_path_bytes are all related to the os-personalities extension which has been removed. They can't be removed from the core quotas code as that has to still support the V2 API. So for the V3 API we just hide them. DocImpact Partially implements blueprint v3-api-remove-extensions Change-Id: Iedb6e1427ac22f1926e929f3391e56403c37d088
15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"quota_set": {
|
|
"cores": 20,
|
|
"fixed_ips": -1,
|
|
"floating_ips": 10,
|
|
"id": "fake_tenant",
|
|
"instances": 45,
|
|
"key_pairs": 100,
|
|
"metadata_items": 128,
|
|
"ram": 51200,
|
|
"security_group_rules": 20,
|
|
"security_groups": 10
|
|
}
|
|
}
|