Files
nova/releasenotes/notes/fix-failure-prep-block-d7e1cad6d3910502.yaml
T
Doug Goldstein 56c4a69ba6 return error about external network to the user on build failure
Instead of masking the error message with "Failure prepping block
device" when the user requests an invalid configuration, return the
actual error message to the user.

Closes-Bug: 2137673
Change-Id: If12555da64ccba2649a19ee6ccbdac0e888e6ad6
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2026-03-03 08:08:26 -06:00

10 lines
348 B
YAML

---
fixes:
- |
Fixes `bug 2137673`_ where details about the fact that the user specified
an incorrect configuration by requesting to attach to an external network are
masked by "Failure prepping block device" since they do not have access to
the whole backtrace.
.. _bug 2137673: https://bugs.launchpad.net/nova/+bug/2137673