Merge "Remove unnecessary validation in PXE"

This commit is contained in:
Jenkins 2015-06-12 08:18:09 +00:00 committed by Gerrit Code Review
commit 7916ff927a

View File

@ -324,7 +324,8 @@ class PXEDeploy(base.DeployInterface):
# Check if 'boot_option' is compatible with 'boot_mode' of uefi and
# image being deployed
validate_boot_option_for_uefi(task.node)
if boot_mode == 'uefi':
validate_boot_option_for_uefi(task.node)
d_info = _parse_deploy_info(node)