diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-06-13 13:18:04 +0200 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2016-06-13 13:18:04 +0200 |
commit | 5926bcddca0eca28a33ae43aadf90b9263ae6b84 (patch) | |
tree | 2c3d20c05b825beedd678bb99c56ec404e052240 /deploy/dha_adapters/hp_adapter.py | |
parent | c4afb1da513ef3230432fff400ea231660b230c9 (diff) |
Temporary fix for PXE booting from the wrong NIC
Change-Id: I1f6d38da24d5a4e66061b9bdfe576fbbda7fb624
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'deploy/dha_adapters/hp_adapter.py')
-rw-r--r-- | deploy/dha_adapters/hp_adapter.py | 2 |
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'} |