neutron-lib/releasenotes/notes/sfc-api-def-4f46632eadfe895a.yaml
Paul Carver a508fa127c 'sfc' and 'flowclassifier' API extension definitions (networking-sfc)
Adds the API definitions for the 'sfc' and 'flow_classifier' API
extensions from networking-sfc.

Co-Authored-By: Thomas Morin <thomas.morin@orange.com>

Needed-By: I4958fb7b47050a76618183ab4f938622d95c8a0c
Change-Id: Id5aea04553b78dd17fca85de88cf076b42d24140
2018-04-27 10:46:02 +02:00

12 lines
523 B
YAML

---
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