summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-19 23:10:56 +0000
committerGerrit Code Review <review@openstack.org>2022-10-19 23:10:56 +0000
commitc06cb281f99c6b61ceb76bbf816a29a83f0b7d82 (patch)
tree9adfc53ef5916998c700cd66fccd334b9b38813d /doc
parentdcbff7e36bb209f4f4caff2e655c1d2a49c879ca (diff)
parent233c6408389be5f3e271b46154943bc744e0290e (diff)
downloadironic-c06cb281f99c6b61ceb76bbf816a29a83f0b7d82.tar.gz
Merge "Add support auth protocols for iRMC"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/drivers/irmc.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/admin/drivers/irmc.rst b/doc/source/admin/drivers/irmc.rst
index 17b8d8644..521d464cb 100644
--- a/doc/source/admin/drivers/irmc.rst
+++ b/doc/source/admin/drivers/irmc.rst
@@ -229,9 +229,10 @@ Configuration via ``ironic.conf``
and ``v2c``. The default value is ``public``. Optional.
- ``snmp_security``: SNMP security name required for version ``v3``.
Optional.
- - ``snmp_auth_proto``: The SNMPv3 auth protocol. The valid value and the
- default value are both ``sha``. We will add more supported valid values
- in the future. Optional.
+ - ``snmp_auth_proto``: The SNMPv3 auth protocol. If using iRMC S4 or S5, the
+ valid value of this option is only ``sha``. If using iRMC S6, the valid
+ values are ``sha256``, ``sha384`` and ``sha512``. The default value is
+ ``sha``. Optional.
- ``snmp_priv_proto``: The SNMPv3 privacy protocol. The valid value and
the default value are both ``aes``. We will add more supported valid values
in the future. Optional.