neutron-lib/releasenotes/notes/add-network-address-scope-affinity-error-8f6b4493a92142d4.yaml
Ryan Tidwell d441518669 Introduce NetworkAddressScopeAffinityError
This introduces NetworkAddressScopeAffinityError, which is to be
raised when address scope affinity constraints on a network are
violated.

Change-Id: Id541059b8fe0ab74035819516f079d93bb76d43c
Partial-Bug: 1830240
Implements: subnets-different-pools-same-net
2019-06-26 18:57:00 +00:00

8 lines
295 B
YAML

---
features:
- |
A new exception named ``NetworkAddressScopeAffinityError`` has been added
in neutron_lib/exceptions/address_scope.py. This is to be raised by
consumers when network / address scope affinity constraints are violated
on subnet creation and subnet pool updates.