cb38145acc
For example, When aggregate zone is updated, time is not getting updated in updated_at field. So, modified the code such that time gets updated in updated_at field whenever the aggregate metadata content gets modified. Change-Id: Icb65313ba85562fadeddbc1890ca5d463e74d3c2 Closes-Bug: #1538014
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"aggregate": {
|
|
"availability_zone": "nova",
|
|
"created_at": "2013-08-18T12:17:55.959571",
|
|
"deleted": false,
|
|
"deleted_at": null,
|
|
"hosts": [],
|
|
"id": 1,
|
|
"metadata": {
|
|
"availability_zone": "nova",
|
|
"key": "value"
|
|
},
|
|
"name": "name",
|
|
"updated_at": "2013-08-18T12:17:55.986540"
|
|
}
|
|
}
|