python-neutronclient/releasenotes/notes/Define-IpAddressAlreadyAllocatedClient-exception-e8600ca5ba1c7f45.yaml
Hongbin Lu 58c1be2b65 Define IpAddressAlreadyAllocated exception
This exception will raise when creating a port with an IP allocated
IP address. This exception needs to be defined in client so that
nova can catch it and perform the error handling.

Needed-By: I5bee9ae18764b6f285ecc5e8d7148a1019c74701
Change-Id: Ie1d4581d334e1ec491e56371c62978945ae24a44
Related-Bug: #1744103
2018-01-23 19:46:53 +00:00

7 lines
185 B
YAML

---
other:
- |
Define a new exception type ``IpAddressAlreadyAllocatedClient``.
Users can catch this specific exception instead of the generic
``NeutronClientException``.