File: rehome-dhcpopts-apidef-389ab9d8935e5e0d.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
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.