summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-12-11 06:27:51 +0000
committerGerrit Code Review <review@openstack.org>2018-12-11 06:27:51 +0000
commitbe8d81becd0c34405f48d45831726c4b4e1fc8b8 (patch)
tree78f93fd1b24fa85340d70478e6c2c1600e2a5c5c /releasenotes
parente7184c3cce9f21fca1f920d6d2feb24ac0d551d7 (diff)
parentd379357cadbefd200f877ae7c725d7c6a1024ee5 (diff)
downloadironic-be8d81becd0c34405f48d45831726c4b4e1fc8b8.tar.gz
Merge "Introduce configuration option [ipmi]ipmi_disable_timeout"12.0.0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ipmi-disable-timeout-option-e730362007f9bedd.yaml11
-rw-r--r--releasenotes/notes/story-2004266-4725d327900850bf.yaml4
2 files changed, 13 insertions, 2 deletions
diff --git a/releasenotes/notes/ipmi-disable-timeout-option-e730362007f9bedd.yaml b/releasenotes/notes/ipmi-disable-timeout-option-e730362007f9bedd.yaml
new file mode 100644
index 000000000..4be19d52b
--- /dev/null
+++ b/releasenotes/notes/ipmi-disable-timeout-option-e730362007f9bedd.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ Adds a configuration option ``[ipmi]disable_boot_timeout`` which is used
+ to set the default behavior whether ironic should send a raw IPMI command
+ to disable timeout. This configuration option can be overidden by the
+ per-node option ``ipmi_disable_boot_timeout`` in node's ``driver_info``
+ field.
+ See `story 2004266 <https://storyboard.openstack.org/#!/story/2004266>`_
+ and `Story 2002977 <https://storyboard.openstack.org/#!/story/2002977>`_
+ for additional information.
diff --git a/releasenotes/notes/story-2004266-4725d327900850bf.yaml b/releasenotes/notes/story-2004266-4725d327900850bf.yaml
index 41f34decc..c8e27e8fb 100644
--- a/releasenotes/notes/story-2004266-4725d327900850bf.yaml
+++ b/releasenotes/notes/story-2004266-4725d327900850bf.yaml
@@ -6,8 +6,8 @@ fixes:
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_timeout']`` can be
- specified. It is ``True`` by default; set it to ``False`` to bypass
+ 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.