neutron-lib/releasenotes/notes/fwaas-exceptions-e580766205b466d4.yaml
Yushiro FURUKAWA 26de187f60 Move Firewall Exceptions to neutron-lib
This patch brings all fwaas exceptions to neutron-lib.

Co-Authored-By: Reedip <reedip.banerjee@gmail.com>
Change-Id: Ie54ac5303020ea1db49ee5c2c6aaab4dd8e4c790
2017-07-11 16:36:21 +00:00

10 lines
395 B
YAML

---
features:
- |
The exception classes have migrated from neutron_fwaas
to neutron_lib as mentioned below:
* ``neutron_fwaas.extensions.firewall`` -> ``neutron_lib.exceptions.firewall_v1``
* ``neutron_fwaas.extensions.firewallrouterinsertion`` -> ``neutron_lib.exceptions.firewall_v1``
* ``neutron_fwaas.extensions.firewall_v2`` -> ``neutron_lib.exceptions.firewall_v2``