Temporary fix for PXE booting from the wrong NIC 45/15445/1
authorPeter Barabas <peter.barabas@ericsson.com>
Mon, 13 Jun 2016 11:18:04 +0000 (13:18 +0200)
committerPeter Barabas <peter.barabas@ericsson.com>
Mon, 13 Jun 2016 11:18:04 +0000 (13:18 +0200)
Change-Id: I1f6d38da24d5a4e66061b9bdfe576fbbda7fb624
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
deploy/dha_adapters/hp_adapter.py

index 13bb349..2b008ab 100644 (file)
@@ -15,7 +15,7 @@ from common import (
     log,
 )
 
-DEV = {'pxe': 'bootsource5',
+DEV = {'pxe': 'bootsource4',
        'disk': 'bootsource3',
        'iso': 'bootsource1'}