openstacksdk/releasenotes/notes/switch-nova-to-created_at-45b7b50af6a2d59e.yaml
Mohammed Naser 41a7c9f55a
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-06-24 16:49:06 -05: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.