summaryrefslogtreecommitdiff
path: root/releasenotes/notes/story-2004266-4725d327900850bf.yaml
blob: c8e27e8fb69607712e58099b44bf44643aa8af4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    The IPMI hardware type unconditionally instructed the BMC to not
    automatically clear boot flag valid bit if Chassis Control command not
    received within 60-second timeout (countdown restarts when a Chassis
    Control command is received).  Some BMCs do not support setting this; if
    sent it causes the boot to be aborted instead.  For IPMI hardware type a
    new driver option ``node['driver_info']['ipmi_disable_boot_timeout']`` can
    be specified.  It is ``True`` by default; set it to ``False`` to bypass
    sending this command.  See `story 2004266
    <https://storyboard.openstack.org/#!/story/2004266>`_ for additional
    information.