aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Barabas <peter.barabas@ericsson.com>2016-06-13 13:18:04 +0200
committerPeter Barabas <peter.barabas@ericsson.com>2016-06-13 13:18:04 +0200
commit5926bcddca0eca28a33ae43aadf90b9263ae6b84 (patch)
tree2c3d20c05b825beedd678bb99c56ec404e052240
parentc4afb1da513ef3230432fff400ea231660b230c9 (diff)
Temporary fix for PXE booting from the wrong NIC
Change-Id: I1f6d38da24d5a4e66061b9bdfe576fbbda7fb624 Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
-rw-r--r--deploy/dha_adapters/hp_adapter.py2
1 files changed, 1 insertions, 1 deletions
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'}