bae9e82e67
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
8 lines
236 B
YAML
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.
|