nova/doc/v3/api_samples/os-availability-zone/availability-zone-list-resp.json
He Jie Xu 4d293357b7 Add v3 api samples for availability_zone
This patch adds api sample tests and api samples for availability_zone.
Because the detail's response use host name as the key of dict and samples
tests didn't support replacing key with variable, so startup nova's service
with specific hostname instead of uuid.

Partially implements blueprint v3-api-unittests
Partially implements blueprint v3-api-specification

Change-Id: I9090a73a8293f26d63744a10d7ffbfc887e37e7c
2013-11-14 14:34:09 +08:00

11 lines
197 B
JSON

{
"availability_zone_info": [
{
"hosts": null,
"zone_name": "nova",
"zone_state": {
"available": true
}
}
]
}