summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-06-27 21:23:57 +0000
committerGerrit Code Review <review@openstack.org>2018-06-27 21:23:57 +0000
commitf0e26487fa0c74238a49f7bbfebf96963268202b (patch)
tree9de74719cf67104feb1b7627a8d1cd9bad961854 /doc
parent16e3545f4ecc6784d34527cd020ed994042c3e3a (diff)
parent80d6c14db71608c23e2696467bc0c5efc7a051f2 (diff)
downloadironic-f0e26487fa0c74238a49f7bbfebf96963268202b.tar.gz
Merge "Add snmp driver auto discovery"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/drivers/snmp.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/admin/drivers/snmp.rst b/doc/source/admin/drivers/snmp.rst
index f71a9b241..92a730f40 100644
--- a/doc/source/admin/drivers/snmp.rst
+++ b/doc/source/admin/drivers/snmp.rst
@@ -116,7 +116,9 @@ set to the hardware type ``snmp``.
The following property values have to be added to the node's
``driver_info`` field:
-- ``snmp_driver``: PDU manufacturer driver
+- ``snmp_driver``: PDU manufacturer driver name or ``auto`` to automatically
+ choose ironic snmp driver based on ``SNMPv2-MIB::sysObjectID`` value as
+ reported by PDU.
- ``snmp_address``: the IPv4 address of the PDU controlling this node.
- ``snmp_port``: (optional) A non-standard UDP port to use for SNMP operations.
If not specified, the default port (161) is used.