File: Add-oneline-string-validator-aa4e1ccad9d8d5c8.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
features:
  - |
    New API validators ``validate_oneline_not_empty_string`` and
    ``validate_oneline_not_empty_string_or_none`` are added. Those validators
    are now used to validate ``opt_name`` and ``opt_value`` fields of
    the extra_dhcp_opt so strings with newline character are not valid for
    dhcp extra option's name nor value.