From: Stefan Berg Date: Mon, 13 Jun 2016 12:32:07 +0000 (+0000) Subject: Revert "Temporary fix for PXE booting from the wrong NIC" X-Git-Tag: colorado.1.rc1~128^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=70a64c0a73250c01302cc3fdabf9de794a61f104;p=fuel.git Revert "Temporary fix for PXE booting from the wrong NIC" This reverts commit 5926bcddca0eca28a33ae43aadf90b9263ae6b84. Change-Id: Ibea4ca5d38ce2e10ab6d5bb1d7ccdf666ee149d5 Signed-off-by: Stefan K. Berg --- diff --git a/deploy/dha_adapters/hp_adapter.py b/deploy/dha_adapters/hp_adapter.py index 2b008ab97..13bb3491a 100644 --- a/deploy/dha_adapters/hp_adapter.py +++ b/deploy/dha_adapters/hp_adapter.py @@ -15,7 +15,7 @@ from common import ( log, ) -DEV = {'pxe': 'bootsource4', +DEV = {'pxe': 'bootsource5', 'disk': 'bootsource3', 'iso': 'bootsource1'}