diff options
author | Luong Anh Tuan <tuanla@vn.fujitsu.com> | 2018-01-17 09:18:45 +0700 |
---|---|---|
committer | Nguyen Van Trung <trungnv@vn.fujitsu.com> | 2018-07-11 08:04:15 +0700 |
commit | fa59565be049209cee7cafa5aac0bed55d5ef0c6 (patch) | |
tree | 29701cb2de5995a3491c48be26410ab1bc2a1755 /setup.cfg | |
parent | e5068965f6508c4c135321c36eaad417cf6f6f06 (diff) | |
download | ironic-fa59565be049209cee7cafa5aac0bed55d5ef0c6.tar.gz |
Implement iRMC BIOS configuration
This patch supports BIOS configuration for iRMC drivers using
out-of-band method.
Tested successfully on TX2540 M1 along with eLCM license.
Story: #1743674
Task: #10651
Co-Authored-By: Nguyen Van Trung <trungnv@vn.fujitsu.com>
Change-Id: I61f15e7c65c4ef5cc5f959d2b016b053e70ba19b
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ ironic.dhcp = ironic.hardware.interfaces.bios = fake = ironic.drivers.modules.fake:FakeBIOS + irmc = ironic.drivers.modules.irmc.bios:IRMCBIOS no-bios = ironic.drivers.modules.noop:NoBIOS ironic.hardware.interfaces.boot = |