5cdb1ce26b
Enable users to define the policy rules on server group policy to meet more advanced policy requirement. This microversion brings the following changes in server group APIs: * Add ``policy`` and ``rules`` fields in the request of POST ``/os-server-groups``. * The ``policy`` and ``rules`` fields will be returned in response body of POST, GET ``/os-server-groups`` API and GET ``/os-server-groups/{server_group_id}`` API. * The ``policies`` and ``metadata`` fields have been removed from the response body of POST, GET ``/os-server-groups`` API and GET ``/os-server-groups/{server_group_id}`` API. Part of blueprint: complex-anti-affinity-policies Change-Id: I6911e97bd7f8df92511e90518dba21c127e106a5
18 lines
516 B
JSON
18 lines
516 B
JSON
{
|
|
"nova_object.version": "1.1",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.name": "ServerGroupPayload",
|
|
"nova_object.data": {
|
|
"uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80",
|
|
"name": "test-server-group",
|
|
"project_id": "6f70656e737461636b20342065766572",
|
|
"user_id": "fake",
|
|
"policies": [
|
|
"anti-affinity"
|
|
],
|
|
"policy": "anti-affinity",
|
|
"rules": {"max_server_per_host": "3"},
|
|
"members": [],
|
|
"hosts": null
|
|
}
|
|
} |