0bd451f224
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
9 lines
355 B
YAML
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.
|