summaryrefslogtreecommitdiff
path: root/ironic/common/boot_devices.py
diff options
context:
space:
mode:
authorkesper <paresh.h.sao@gmail.com>2017-05-26 07:15:13 +0000
committerparesh-sao <paresh.sao@hpe.com>2018-01-25 06:33:21 +0000
commit87636372559fa6d83bb51eaaae075ac5e5575c17 (patch)
treedf29cf452c6d163ad0073ee1ddd4beb54257eca7 /ironic/common/boot_devices.py
parenta8a57048ebb2890e359430ed3af335dffe5fb15f (diff)
downloadironic-87636372559fa6d83bb51eaaae075ac5e5575c17.tar.gz
Implementation for UEFI iSCSI boot for ILO
This change adds new methods in management interface and enhance boot interface of 'ilo' hardware type to support boot from iSCSI volume in UEFI boot mode. Change-Id: I585e0ef90f4397af1f09920c3a1bc47ddbcb1a97 Related-Bug: #1526861
Diffstat (limited to 'ironic/common/boot_devices.py')
-rw-r--r--ironic/common/boot_devices.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ironic/common/boot_devices.py b/ironic/common/boot_devices.py
index 4fcda5ffd..e834f2d24 100644
--- a/ironic/common/boot_devices.py
+++ b/ironic/common/boot_devices.py
@@ -43,3 +43,6 @@ SAFE = 'safe'
WANBOOT = 'wanboot'
"Boot from Wide Area Network"
+
+ISCSIBOOT = 'iscsiboot'
+"Boot from iSCSI volume"