tempest/releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml
Masayuki Igawa 2bbc49212e
Tidy up releasenotes
This commit tidies up releasenotes. Originally, release note files are
in one directory. So, when I see the directory, I feel ""what a mess!".
So this commit tries to improve it.

Change-Id: I54c14a61ebcda16268cf543079c7739def5ebadb
2017-06-29 13:42:37 +09:00

7 lines
319 B
YAML

---
upgrade:
- Add an error translation to list_versions() of versions_client of both
compute and network. This can affect users who are expecting that these
clients return error status code instead of the exception. It is needed
to change the code for handling the exception like the other clients code.