aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Smith <daniel.smith@ericsson.com>2016-06-13 11:45:58 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-13 11:45:58 +0000
commitb598e13d935c29e5bbc3d2be3a2731b2b63d3ec5 (patch)
tree9f104e99a1ce537abe19df77e63debfc9dda15c5
parent14f07bc7ecb9f166d5244abcc5789d8fd584c0dd (diff)
parent5926bcddca0eca28a33ae43aadf90b9263ae6b84 (diff)
Merge "Temporary fix for PXE booting from the wrong NIC"
-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'}