diff options
author | Zuul <zuul@review.openstack.org> | 2018-08-02 15:38:59 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-08-02 15:38:59 +0000 |
commit | bd339716568285a11b4bb74ded217c024ea84cc0 (patch) | |
tree | 0b01e40b0677536a3b49fc5bc0e01771071cd421 | |
parent | c93b3406b971b418ac5616912c19d2dbbc0cbc5f (diff) | |
parent | 103801a9ad4b6bb3d9db1117a0cd49d09a1ade96 (diff) | |
download | ironic-bd339716568285a11b4bb74ded217c024ea84cc0.tar.gz |
Merge "Update the reno for the reset_interfaces feature"
-rw-r--r-- | releasenotes/notes/reset-interface-e62036ac76b87486.yaml | 7 |
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. |