neutron-lib/releasenotes/notes/rehome-common-exceptions-eda074ddb02349ab.yaml
Boden R 4db006ea6d sync neutron.common.exceptions into neutron-lib
While the common exceptions have already been rehomed into neutron-lib
[1] and have been shimmed in neutron [2], folks continue to add them
to neutron.common.exceptions. This patch syncs them by rehoming those
that have been added to neutron after the fact.

[1] https://review.openstack.org/#/c/319328/
[2] https://review.openstack.org/#/c/586525/

Change-Id: I10f6bf2d62c95613627101c3fdd7c9cb98d494db
2019-01-02 09:52:03 -07:00

8 lines
296 B
YAML

---
features:
- The following exceptions from ``neutron.common.exceptions`` have been
rehomed into neutron-lib; ``PortBindingAlreadyActive``,
``PortBindingAlreadyExists``, ``PortBindingError``,
``ProcessExecutionError``, ``RouterQosBindingNotFound``,
``RouterQosBindingError``.