summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/snmp.py
diff options
context:
space:
mode:
authorShivanand Tendulker <stendulker@gmail.com>2017-08-14 04:44:47 -0400
committerShivanand Tendulker <stendulker@gmail.com>2017-08-22 12:58:21 -0400
commitb5ee4d73adeebe2f67c30f2f180df94ba3bae4ba (patch)
tree5dfa34d3ec8a5e21ebcd18a8bcdb8e633f999dcc /ironic/drivers/modules/snmp.py
parent9c2cd51ec0e06b6c280fa19b9c114433aff9e713 (diff)
downloadironic-b5ee4d73adeebe2f67c30f2f180df94ba3bae4ba.tar.gz
Documentation for 'snmp' hardware type
Documentation for 'snmp' hardware type and a minor string fix for node's driver_info field ``snmp_security``. Change-Id: I31c1429254172d4b5efb85a063c9cf7564279fca Closes-Bug: #1704977
Diffstat (limited to 'ironic/drivers/modules/snmp.py')
-rw-r--r--ironic/drivers/modules/snmp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ironic/drivers/modules/snmp.py b/ironic/drivers/modules/snmp.py
index 1e2f2a73f..c6660a650 100644
--- a/ironic/drivers/modules/snmp.py
+++ b/ironic/drivers/modules/snmp.py
@@ -73,7 +73,8 @@ OPTIONAL_PROPERTIES = {
_("SNMP community. Required for versions %(v1)s and %(v2c)s")
% {"v1": SNMP_V1, "v2c": SNMP_V2C},
'snmp_security':
- _("SNMP security name. Required for version %(v3)s")
+ _("SNMPv3 User-based Security Model (USM) username. "
+ "Required for version %(v3)s")
% {"v3": SNMP_V3},
}
COMMON_PROPERTIES = REQUIRED_PROPERTIES.copy()