Add release notes for client registration changes

In patch I902cfdea0af371dfa222a9bbf41edc4ea2765926 I forgot
to add the release notes file, so adding it now as a separate patch.

Change-Id: I4465913fa813971a95ca55fbda6c60312610ac64
This commit is contained in:
Andrea Frittoli 2017-08-03 16:33:29 +01:00
parent ff50cc5b52
commit 2d7b40a453
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
features:
- |
When registering service clients from installed plugins, all registrations
are now processed, even if one or more fails. All exceptions encountered
during the registration process are recorded. If at least one exception
was encountered, the registration process fails and all interim errors are
reported.
- |
The __repr__ method is now implemented for the base `tempest.Exception`
class, its implementation is identical to __str__: it reports the error
message merged with input parameters.