Merge "Add ibmc_address to ipmi_address_fields"

This commit is contained in:
Zuul 2021-03-24 12:32:14 +00:00 committed by Gerrit Code Review
commit 3f26b91638
2 changed files with 7 additions and 1 deletions

View File

@ -80,7 +80,7 @@ _OPTS = [
'manage_boot==True).')),
cfg.ListOpt('ipmi_address_fields',
default=['redfish_address', 'ilo_address', 'drac_host',
'drac_address'],
'drac_address', 'ibmc_address'],
help=_('Ironic driver_info fields that are equivalent '
'to ipmi_address.')),
cfg.StrOpt('rootwrap_config',

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
``[DEFAULT]/ipmi_address_fields`` now has ``ibmc_address`` in the default
configuration, allowing introspection to try and match the BMC address if
no ports are defined when using the `ibmc` driver.