neutron/releasenotes/notes/timestamp_format_change-73eda78566b4690b.yaml
Ihar Hrachyshka 4a66fa833e Multiple tweaks for Ocata release notes
Those hopefully are of benefit. The major bit of the change is stopping
to use prelude section for all current release notes. This is because
the section is supposed to contain global release notes, not
feature-specific.

Other tweaks are open for debate.

Change-Id: I1d5e46591195a9756ee9fd5276f163794c366528
2017-01-15 01:46:21 +00:00

13 lines
619 B
YAML

---
features:
- The ``created_at`` and ``updated_at`` resource fields now include a
timezone indicator at the end. Because this is a change in field format,
the old ``timestamp_core`` extension has been removed and replaced with a
``standard-attr-timestamp`` extension.
upgrade:
- The ``timestamp_core`` extension has been removed and replaced with the
``standard-attr-timestamp`` extension. Resources will still have timestamps
in the ``created_at`` and ``updated_at`` fields, but timestamps will have
time zone info appended to the end to be consistent with other OpenStack
projects.