metalsmith/releasenotes/notes/exceptions-395ae4f1ad4de6da.yaml
Dmitry Tantsur 97311ce7fb Clean up exceptions metalsmith raises
This change switches from a mix of metalsmith and SDK exceptions
to consistently using metalsmith exceptions.

Change-Id: I43339686a42644877dbe40d1116db1585a8a0800
2019-08-02 13:59:12 +02:00

9 lines
245 B
YAML

---
upgrade:
- |
Changes to consistently using exceptions from ``metalsmith.exceptions``
rathen than exposing OpenStackSDK exceptions.
deprecations:
- |
The exception ``InvalidInstance`` has been renamed to ``InstanceNotFound``.