neutron-lib/releasenotes/notes/default_overrides_none-ecc8dcf2c9c37e5d.yaml
Thomas Morin 478c4d85b0 API attribute processing: add 'default_overrides_none'
This change introduces an 'default_overrides_none' flag.

When enabled, the default value for the attribute will
be used, including if the attribute was explicitly defined
as None.

This is introduced to support the current behavior of the
flowclassifier API extension from networking-sfc
(see Id5aea04553b78dd17fca85de88cf076b42d24140).

Change-Id: I511d7dfd02ceed417d377451ec0265d9704ef261
2018-04-17 17:25:30 +02:00

8 lines
233 B
YAML

---
features:
- |
A new flag can be used in API definition: ``default_overrides_none``.
When enabled, the default value for the attribute will
be used, including if the attribute was explicitly defined
as ``null``.