65c32882b9
There are some sample files for os-aggregates V3 API assigning 'deleted' element with '0', which should be assigned to 'false'. This patch fixes it. Change-Id: I6d7814ce98bc0c701d4eabefcbe64100345cb2d3 Closes-Bug: #1294556
16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"aggregate": {
|
|
"availability_zone": "nova2",
|
|
"created_at": "2013-08-18T12:17:56.259751",
|
|
"deleted": false,
|
|
"deleted_at": null,
|
|
"hosts": [],
|
|
"id": 1,
|
|
"metadata": {
|
|
"availability_zone": "nova2"
|
|
},
|
|
"name": "newname",
|
|
"updated_at": "2013-08-18T12:17:56.286720"
|
|
}
|
|
}
|