shade/releasenotes/notes/switch-nova-to-created_at-45b7b50af6a2d59e.yaml
Mohammed Naser 5c7800d2d5
Switch to providing created_at field for servers
All of the current models return the creation date in created_at
with the exception of servers which are currently returned with
a created field instead.

This patch addresses this and gives the ability to get access to
both.

Change-Id: Ifbd59834080eea62dead19d18a9a11a851a4ce2e
2018-01-31 10:17:43 -06:00

6 lines
183 B
YAML

---
features:
- The `created` field which was returned by the Nova API is now returned as
`created_at` as well when not using strict mode for consistency with other
models.