6769e787a1
This patch rehomes neutron.extensions.allowedaddresspairs into neutron-lib including API def, exceptions and validator. UTs and a release note are also included. Change-Id: I7958a2d6f470f088ca2cb8ad638c075788f22851
9 lines
361 B
YAML
9 lines
361 B
YAML
---
|
|
features:
|
|
- The ``allowed-address-pairs`` API definition is now available in
|
|
``neutron_lib.api.definitions.allowedaddresspairs``.
|
|
- The address pair validation is now available via the
|
|
``type:allowed_address_pairs`` validation type.
|
|
- Address pair API definition exceptions are available in
|
|
``neutron_lib.exceptions.allowedaddresspairs``.
|