Update time is not updated when metadata of aggregate is updated

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
This commit is contained in:
Pallavi 2016-02-24 14:47:36 +05:30
parent 3926f87ad4
commit cb38145acc
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,6 @@
"key": "value"
},
"name": "name",
"updated_at": null
"updated_at": "2013-08-18T12:17:55.986540"
}
}

View File

@ -11,6 +11,6 @@
"key": "value"
},
"name": "name",
"updated_at": null
"updated_at": %(strtime)s
}
}