File: sfc-api-def-4f46632eadfe895a.yaml

package info (click to toggle)
python-neutron-lib 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,004 kB
  • sloc: python: 20,559; pascal: 615; sh: 98; makefile: 22
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