summaryrefslogtreecommitdiff
path: root/releasenotes/notes/only_default_flat_network_if_enabled-b5c6ea415239a53c.yaml
blob: 5a8fd20298ee9d5d571e091d5ede9311a3a633ac (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes a bug seen when no ``default_network_interface`` is set, because the
    conductor tries use the ``flat`` network interface instead even if it is
    not included in the conductor's ``enabled_network_interfaces`` config
    option.  Resulting in `Failed to register hardware types` error. See
    `bug 1744332 <https://bugs.launchpad.net/ironic/+bug/1744332>`_
    for more information.