neutron-lib/releasenotes/notes/rehome-multiprovidernet-apidef-367e57772e931758.yaml
Boden R 0bd451f224 rehome multi provider net extension api definition
This patch rehomes the multi provider net extension's API definition and
exceptions into neutron-lib. In addition a new validation and type is
added as well as a utility function for checking duplicate segments.
UTs and a release note are also included.

Change-Id: If3367e6a14074a6225bba527e8f7e38c51280f85
2017-11-02 10:27:46 -06:00

9 lines
355 B
YAML

---
features:
- The ``multi-provider`` extension's API definition is available in
``neutron_lib.api.defintions.multiprovidernet``.
- Exceptions for the ``multi-provider`` extension can be found in
``neutron_lib.exceptions.multiprovidernet``.
- The validation type ``type:network_segments`` is now available for
API attribute validation.