summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-01-21 00:35:02 +0000
committerGerrit Code Review <review@openstack.org>2022-01-21 00:35:02 +0000
commit53a38f18d47d3fef5e9a7a8f6ecf5ab99b2f8e0f (patch)
treeed121bec3134196025b8ed0c67b26259191ca070 /releasenotes
parent1a5b3eb310f16e1819617ca49811ac4f637ca080 (diff)
parenta2160f13af9559bd0a5b350f9317c21dc907feec (diff)
downloadironic-53a38f18d47d3fef5e9a7a8f6ecf5ab99b2f8e0f.tar.gz
Merge "Fix Node Console Duplicate Sol Session"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-2009762-403eac24c4823d2d.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-2009762-403eac24c4823d2d.yaml b/releasenotes/notes/bug-2009762-403eac24c4823d2d.yaml
new file mode 100644
index 000000000..ef132b2a7
--- /dev/null
+++ b/releasenotes/notes/bug-2009762-403eac24c4823d2d.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Fix Node Console Duplicate Sol Session.
+ This patch adds "sol deactivate" action before start node console, to make
+ sure the current console connection always a success.
+ See `story 2009762 <https://storyboard.openstack.org/#!/story/2009762>`_.