Add port registration to IPMI power driver
IPMI can also happen on a non standard port.
Change-Id: I7f9c82945ceeaa92789769dadfc79f7ad5103353
(cherry picked from commit b8a0e0dcb1
)
This commit is contained in:
parent
8125d1565f
commit
49e8ae9de7
@ -157,7 +157,7 @@ class iBootDriverInfo(PrefixedDriverInfo):
|
||||
|
||||
DRIVER_INFO = {
|
||||
# production drivers
|
||||
'.*_ipmi(tool|native)': PrefixedDriverInfo('ipmi'),
|
||||
'.*_ipmi(tool|native)': PrefixedDriverInfo('ipmi', has_port=True),
|
||||
'.*_drac': PrefixedDriverInfo('drac', address_field='host'),
|
||||
'.*_ilo': PrefixedDriverInfo('ilo'),
|
||||
'.*_ucs': PrefixedDriverInfo(
|
||||
|
Loading…
Reference in New Issue
Block a user