File: sfc-api-def-4f46632eadfe895a.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 (11 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - Add the definitions for the ``sfc`` and ``flowclassifier`` API extensions
    of the networking-sfc project.
  - Add a ``convert_uppercase_ip`` converter, convenient to easily accept for
    instance ``Ipv4``, ``IPv4`` and ``ipv4`` independently of the case of the
    first two letters.
  - And add a ``convert_prefix_forced_case`` converter, to allow forcing the
    case of a string prefix
  - Add a ``uuid_list_non_empty`` validator, that will validate that the
    value is a non-empty list of UUIDs