nova/doc/v3/api_samples/os-server-groups/server-groups-post-req.json
Chris Yeoh 89a02bed57 Port os-server-groups extension to work in v2.1/v3 framework
Ports v2 os-server-groups extension and adapts it to the v2.1/v3 API
framework. API behaviour is identical with the exception
that there is no support for XML. Also

- unittest code modified to share testing with both v2/v2.1
- Adds expected error decorators for API methods
- Adds api sample tests

Partially implements blueprint v2-on-v3-api

Change-Id: I52e49e6e85a7516e3b184601374e5c987f60a9a0
2014-08-20 17:29:01 +09:30

7 lines
94 B
JSON

{
"server_group": {
"name": "test",
"policies": ["anti-affinity"]
}
}