ironic/releasenotes/notes/change-updated-at-object-field-a74466f7c4541072.yaml
Kyrylo Romanenko 065326c0f5 'updated_at' field value after node is updated
node.save() doesn't update object from db because 'updated_at'
field for the node is not up-to-date after a save().

Change-Id: I58076d71e5977dded3f5485f295b3235d467872d
Partial-Bug: #1281638
Co-Authored-By: Galyna Zholtkevych <gzholtkevych@mirantis.com>
2016-12-23 12:22:46 +02:00

5 lines
86 B
YAML

---
fixes:
- Set correct node's "updated_at" field after
node has been updated.