From 5926bcddca0eca28a33ae43aadf90b9263ae6b84 Mon Sep 17 00:00:00 2001 From: Peter Barabas Date: Mon, 13 Jun 2016 13:18:04 +0200 Subject: Temporary fix for PXE booting from the wrong NIC Change-Id: I1f6d38da24d5a4e66061b9bdfe576fbbda7fb624 Signed-off-by: Peter Barabas --- deploy/dha_adapters/hp_adapter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy/dha_adapters/hp_adapter.py') 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'} -- cgit 1.2.3-korg