Merge "Clarify driver load error message"

This commit is contained in:
Zuul 2021-11-24 11:00:39 +00:00 committed by Gerrit Code Review
commit 5d5d3e8c16
1 changed files with 2 additions and 1 deletions

View File

@ -245,7 +245,8 @@ class NoValidDefaultForInterface(InvalidParameterValue):
# because node_info could be an empty string. If node_info
# is not empty, it should start with a space.
_msg_fmt = _("For%(node_info)s hardware type '%(driver)s', no default "
"value found for %(interface_type)s interface.")
"value found for %(interface_type)s interface could be "
"determined. Please ensure the interfaces are enabled.")
class ImageNotFound(NotFound):