Merge "Add port registration to IPMI power driver" into stable/newton

This commit is contained in:
Jenkins 2016-11-24 17:28:57 +00:00 committed by Gerrit Code Review
commit c7c10cb0d8
1 changed files with 1 additions and 1 deletions

View File

@ -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(