ironic/releasenotes/notes/bug-2002062-959b865ced05b746.yaml
Hironori Shiina bae9e82e67 Reraise exception with converting node ID
When a requested trait doesn't exist at trait deletion, the API
response contains an internal node ID, which shouldn't be exposed.
This patch reraises an exception with a node identifier specified to
the API.

Change-Id: I781a510b25fa7de735c97b4ed919dfcb3adbdd2c
Story: 2002062
Task: 19715
2018-05-27 12:49:28 +00:00

8 lines
236 B
YAML

---
fixes:
- |
Fixes a bug that exposes an internal node ID in an error message when
requested to delete a trait which doesn't exist. See
`bug 2002062 <https://storyboard.openstack.org/#!/story/2002062>`_ for
details.