summaryrefslogtreecommitdiff
path: root/releasenotes/notes/irmc-add-snmp-auth-protocols-3ff7597cea7ef9dd.yaml
diff options
context:
space:
mode:
authorShukun Song <song.shukun@jp.fujitsu.com>2022-09-12 16:47:36 +0900
committerShukun Song <song.shukun@jp.fujitsu.com>2022-11-29 16:40:52 +0900
commit6aaf4e69ec78e5a67d95b8d22450ae30ce857c1c (patch)
tree5b4bfd946edb6ea86b9366adaa40d0cb4a4d5837 /releasenotes/notes/irmc-add-snmp-auth-protocols-3ff7597cea7ef9dd.yaml
parentef0e33edf2b0420dc7fe851e41128ff86dc8ffed (diff)
downloadironic-6aaf4e69ec78e5a67d95b8d22450ae30ce857c1c.tar.gz
Add support auth protocols for iRMC
This patch adds new SNMPv3 auth protocols to iRMC which are supported from iRMC S6. Conflicts: ironic/conf/irmc.py ironic/drivers/modules/irmc/common.py Change-Id: Id2fca59bebb0745e6b16caaaa7838d1f1a2717e1 Story: 2010309 Task: 46353 (cherry picked from commit 233c6408389be5f3e271b46154943bc744e0290e) (cherry picked from commit be0e687538c60b5273bc5a24829c137ad36b1661)
Diffstat (limited to 'releasenotes/notes/irmc-add-snmp-auth-protocols-3ff7597cea7ef9dd.yaml')
-rw-r--r--releasenotes/notes/irmc-add-snmp-auth-protocols-3ff7597cea7ef9dd.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/irmc-add-snmp-auth-protocols-3ff7597cea7ef9dd.yaml b/releasenotes/notes/irmc-add-snmp-auth-protocols-3ff7597cea7ef9dd.yaml
new file mode 100644
index 000000000..4d0c6bff2
--- /dev/null
+++ b/releasenotes/notes/irmc-add-snmp-auth-protocols-3ff7597cea7ef9dd.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Adds ``sha256``, ``sha384`` and ``sha512`` as supported SNMPv3
+ authentication protocols to iRMC driver.