diff --git a/ironic/common/exception.py b/ironic/common/exception.py index 1f19d6e6b8..9d9420f9d2 100644 --- a/ironic/common/exception.py +++ b/ironic/common/exception.py @@ -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):