Merge "playbooks: bifrost-ironic-install: Fix reboot if iPXE boot failed"

This commit is contained in:
Jenkins 2017-02-08 16:10:42 +00:00 committed by Gerrit Code Review
commit 2488623a54

View File

@ -13,5 +13,5 @@ chain pxelinux.cfg/default || goto error_no_config
:error_no_config
echo PXE boot failed. No configuration found for MAC ${mac}
echo Press any key to reboot...
prompt --timeout 180
prompt --timeout 180 || reboot
reboot