Merge "Update error message"

This commit is contained in:
Zuul 2024-08-13 00:04:22 +00:00 committed by Gerrit Code Review
commit bc81e17752

@ -37,10 +37,8 @@ class ExternalStorage(base.StorageInterface):
if (not self.should_write_image(task)
and not common_pxe_utils.is_ipxe_enabled(task)):
msg = _("The [pxe]/ipxe_enabled option must "
"be set to True to support network "
"booting to an iSCSI volume or the boot "
"interface must be set to ``ipxe``.")
msg = _("To support network booting to an iSCSI volume, "
"the boot interface must be set to ``ipxe``.")
_fail_validation(task, msg)
def get_properties(self):