summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRuby Loo <rloo@oath.com>2018-08-02 14:40:39 +0000
committerRuby Loo <rloo@oath.com>2018-08-02 14:40:39 +0000
commit103801a9ad4b6bb3d9db1117a0cd49d09a1ade96 (patch)
treeb3b26f61ee57b934c722e1b8f12de11c57f00f79 /releasenotes
parentd3236ef7dd45ee49edb2c2695c5bba4e77e6432e (diff)
downloadironic-103801a9ad4b6bb3d9db1117a0cd49d09a1ade96.tar.gz
Update the reno for the reset_interfaces feature
This updates the release note for the 'reset_interfaces' query parameter of a PATCH request to update a node. It clarifies that it is a query parameter and fixes some grammatical issues. Change-Id: I19a9e099ee4d5e9a6b4a6d49d851b5134aa02337
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/reset-interface-e62036ac76b87486.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/releasenotes/notes/reset-interface-e62036ac76b87486.yaml b/releasenotes/notes/reset-interface-e62036ac76b87486.yaml
index 77a1cf959..cde885934 100644
--- a/releasenotes/notes/reset-interface-e62036ac76b87486.yaml
+++ b/releasenotes/notes/reset-interface-e62036ac76b87486.yaml
@@ -2,6 +2,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.
+ accept the new query parameter ``reset_interfaces``. It can be provided
+ whenever the ``driver`` field is updated. If set to 'true', all hardware
+ interfaces wil be reset to their defaults, except for ones updated in the
+ same request.