
This second change in a sequence that adds new quota values for server groups. This part adds the new V2 API extensions to make the new quota values visible and changeable, and updates the unit tests to check both V2 cases. Note that Tempest changes https://review.openstack.org/#/c/112474/ is required to get a clean run as it checks for a specific set of values. The quota checks themselves are covered in a subsequent dependent change. Implements: blueprint server-group-quotas DocImpact Change-Id: I78974602d4be04deaf173b3e43f2dab92e8f4171
18 lines
435 B
JSON
18 lines
435 B
JSON
{
|
|
"quota_class_set": {
|
|
"instances": 50,
|
|
"cores": 50,
|
|
"ram": 51200,
|
|
"floating_ips": 10,
|
|
"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,
|
|
"server_groups": 10,
|
|
"server_group_members": 10
|
|
}
|
|
}
|