f657efcdc5
Fix AZ related API docs
While we have a big fat comment in the development docs explaining why it's so
terrible to use default AZ values for either booting an instance or setting
an aggregate AZ metadata, we still have confusing API docs that provide the
wrong name for the AZ...
Fixing that and trying to explain the problem within the docs, too.
This reverts commit 92ca21abd6
.
Co-Authored-By: Sylvain Bauza <sbauza@redhat.com>
Co-Authored-By: Stephen Finucane <stephenfin@redhat.com>
Change-Id: Ie4bfe32bbef0f8060bfc0ad4190f262d4a8bd3b2
18 lines
437 B
JSON
18 lines
437 B
JSON
{
|
|
"aggregates": [
|
|
{
|
|
"availability_zone": "london",
|
|
"created_at": "2013-08-18T12:17:56.856455",
|
|
"deleted": false,
|
|
"deleted_at": null,
|
|
"hosts": ["21549b2f665945baaa7101926a00143c"],
|
|
"id": 1,
|
|
"metadata": {
|
|
"availability_zone": "london"
|
|
},
|
|
"name": "name",
|
|
"updated_at": null
|
|
}
|
|
]
|
|
}
|