manila/releasenotes/notes/add-updated-at-in-share-instance-show-bdd934b26bdab414.yaml
Maurice Escher aa9f03d542 Add missing updated_at field in share-instance show.
Share_replicas (which are internally share_instances with replica_state
not null) have "updated_at" in its view/API call. However same field is
missing in share-instance show command.

Closes-Bug: #1965122

Change-Id: Ia69f3615d82e0044e3e9f81556dc8355637ef146
2022-04-06 12:38:39 +00:00

6 lines
174 B
YAML

---
fixes:
- |
In order to let user know when was the last time share instance updated, a
field ``updated_at`` is added in the response of share instance show API.