nova/doc/v3/api_samples/os-availability-zone/availability-zone-list-resp.json
Ghanshyam fda0eabb41 Change v3 availability-zone API to v2.1
This patch changes v3 availability-zone API to v2.1 and makes v2
unit tests share between v2 and v2.1.

The differences between v2 and v3 are described on the wiki page
https://wiki.openstack.org/wiki/NovaAPIv2tov3.

Partially implements blueprint v2-on-v3-api

Change-Id: Ifbd152e431d182a5ccabac7fcc84fcc8a2fc6e5a
2014-08-29 17:27:08 +09:00

12 lines
194 B
JSON

{
"availabilityZoneInfo": [
{
"hosts": null,
"zoneName": "nova",
"zoneState": {
"available": true
}
}
]
}