summaryrefslogtreecommitdiff
path: root/releasenotes/notes/reset-interface-e62036ac76b87486.yaml
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2018-07-16 15:03:42 +0200
committerJim Rollenhagen <jim@jimrollenhagen.com>2018-07-18 21:50:13 +0000
commit597d8a727b1a78a075939e03dbdb8a993765187f (patch)
tree9840dc378bb571ec4274fab8eebf9adc4dd58faa /releasenotes/notes/reset-interface-e62036ac76b87486.yaml
parent072cf9b5609a84bcd318ccd8e5a2cf15c078821b (diff)
downloadironic-597d8a727b1a78a075939e03dbdb8a993765187f.tar.gz
Add reset_interfaces parameter to node's PATCH
Setting it to true when updating the node's driver resets all hardware interfaces to their defaults, unless they're also updated. Change-Id: Ie70dbbed2be0a46f024b859e8141572500fb47c6 Story: #2002868 Task: #22818
Diffstat (limited to 'releasenotes/notes/reset-interface-e62036ac76b87486.yaml')
-rw-r--r--releasenotes/notes/reset-interface-e62036ac76b87486.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/reset-interface-e62036ac76b87486.yaml b/releasenotes/notes/reset-interface-e62036ac76b87486.yaml
new file mode 100644
index 000000000..77a1cf959
--- /dev/null
+++ b/releasenotes/notes/reset-interface-e62036ac76b87486.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Starting with API version 1.45, PATCH requests to ``/v1/nodes/<NODE>``
+ accept the new parameter ``reset_interfaces``. If can be provided whenever
+ the ``driver`` field is updated to reset all hardware interfaces to their
+ defaults, expect for ones updated in the same request.