5c7800d2d5
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
6 lines
183 B
YAML
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.
|