From: Peter Barabas Date: Mon, 13 Jun 2016 11:18:04 +0000 (+0200) Subject: Temporary fix for PXE booting from the wrong NIC X-Git-Tag: colorado.1.rc1~129^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5926bcddca0eca28a33ae43aadf90b9263ae6b84;p=fuel.git Temporary fix for PXE booting from the wrong NIC Change-Id: I1f6d38da24d5a4e66061b9bdfe576fbbda7fb624 Signed-off-by: Peter Barabas --- diff --git a/deploy/dha_adapters/hp_adapter.py b/deploy/dha_adapters/hp_adapter.py index 13bb3491a..2b008ab97 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': 'bootsource5', +DEV = {'pxe': 'bootsource4', 'disk': 'bootsource3', 'iso': 'bootsource1'}