26de187f60
This patch brings all fwaas exceptions to neutron-lib. Co-Authored-By: Reedip <reedip.banerjee@gmail.com> Change-Id: Ie54ac5303020ea1db49ee5c2c6aaab4dd8e4c790
10 lines
395 B
YAML
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``
|