126c3d4c78
This microversion makes the following changes: 1. Deprecates personality files from POST /servers and the rebuild server action APIs. 2. Adds the ability to pass new user_data to the rebuild server action API. 3. Personality / file injection related limits and quota resources are removed from the limits, os-quota-sets and os-quota-class-sets APIs. Implements blueprint deprecate-file-injection Change-Id: Ia89eeb6725459c35369e8f790f68ad9180bd3aba
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"quota_class_set": {
|
|
"cores": 20,
|
|
"id": "test_class",
|
|
"instances": 10,
|
|
"key_pairs": 100,
|
|
"metadata_items": 128,
|
|
"ram": 51200,
|
|
"server_groups": 10,
|
|
"server_group_members": 10
|
|
}
|
|
}
|