neutron-lib/releasenotes/notes/rehome-dhcpopts-apidef-389ab9d8935e5e0d.yaml
Gary Kotton 4635cfc67f Fix typo in release note for import path
Update a typo netron => neutron

TrivialFix

Change-Id: I30565897f2fffc4bd8d8e34e909f0a32c0eb9542
2017-07-19 21:26:58 +00:00

10 lines
501 B
YAML

---
features:
- The ``extra_dhcp_opt`` API extension definition from ``neutron.extensions``
has been rehomed to ``neutron_lib.api.definitions`` with the same name.
- A new validator ``validate_any_key_specs_or_none`` has been added for
the corresponding validation type ``type:list_of_any_key_specs_or_none``.
This validator can be used to check that a list of dicts match at least 1
key spec allowing consumers the ability to define multiple formats for
their validated data.