b328eff733
As per the discussion in [1] extension specific exceptions that are not API facing would best live outside the api-def itself. This patch suggests added an exceptions package that will allow per-component exception definitions as sub-modules (ex: neutron_lib.exceptions.l3). The existing exceptions from neutron_lib.exceptions.py are defined in neutron_lib.exceptions.__init__ and don't impact existing consumers import them. [1] https://review.openstack.org/#/c/423289/ Change-Id: Ie0797f25b99c68bdf5cc1a58c6b906cf850699a4
7 lines
288 B
YAML
7 lines
288 B
YAML
---
|
|
features:
|
|
- A new ``neutron_lib.exceptions`` package is now available where the
|
|
existing definitions from the ``exceptions`` module are now in
|
|
``neutron_lib.exceptions.__init__`` and subsequent per-component
|
|
exceptions can be created in their own exceptions sub-module.
|