summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-09-14 16:01:36 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-09-14 16:09:54 +0200
commitbc04a42a96672f70e9327e805586b48c825bb5a0 (patch)
tree56d5a261c00e3ac3a218a0ace8274a47ef5b2f78 /releasenotes
parent72baa1da581e42042e488abbdb293e5f9f26b9a2 (diff)
downloadironic-bc04a42a96672f70e9327e805586b48c825bb5a0.tar.gz
Also wipe agent token on manual power off or reboot
We have a check in the code that is never true for manual power actions because of what happens in the conductor manager. Remove it. Change-Id: I50b7b78a41188c41e4944894851f1d12684f824a
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/power-off-token-0403e8a054f31125.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/power-off-token-0403e8a054f31125.yaml b/releasenotes/notes/power-off-token-0403e8a054f31125.yaml
new file mode 100644
index 000000000..8ae2ffb8e
--- /dev/null
+++ b/releasenotes/notes/power-off-token-0403e8a054f31125.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Fixes wiping the agent secret token on manual power off or reboot. Also
+ makes sure to remove the agent URL since it may potentially change.