summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-snmp-inspection-support-e68fd6d57cb33846.yaml
diff options
context:
space:
mode:
authorNisha Agarwal <agarwalnisha1980@gmail.com>2017-02-10 08:16:49 -0800
committerNisha Agarwal <agarwalnisha1980@gmail.com>2017-02-10 09:44:19 -0800
commit442849b7a7ed6dfc3d06a14a0516e79fc78db8d9 (patch)
treed2aee4407687fd21e807e9b3c2f0a91ee2c1cc3b /releasenotes/notes/add-snmp-inspection-support-e68fd6d57cb33846.yaml
parent2b10dd8bfce789b50f29cff0d3f372dfdb56e19d (diff)
downloadironic-442849b7a7ed6dfc3d06a14a0516e79fc78db8d9.tar.gz
Follow up patch for SNMPv3 support
Fixes the minor issues with SNMPv3 inspection Closes-Bug: 1609622 Change-Id: Ic5c397e57060f4d6d01fa9f16f371408af7aae3e
Diffstat (limited to 'releasenotes/notes/add-snmp-inspection-support-e68fd6d57cb33846.yaml')
-rw-r--r--releasenotes/notes/add-snmp-inspection-support-e68fd6d57cb33846.yaml14
1 files changed, 9 insertions, 5 deletions
diff --git a/releasenotes/notes/add-snmp-inspection-support-e68fd6d57cb33846.yaml b/releasenotes/notes/add-snmp-inspection-support-e68fd6d57cb33846.yaml
index f309923ad..c12a45289 100644
--- a/releasenotes/notes/add-snmp-inspection-support-e68fd6d57cb33846.yaml
+++ b/releasenotes/notes/add-snmp-inspection-support-e68fd6d57cb33846.yaml
@@ -1,14 +1,18 @@
---
-feature:
+fixes:
- Fixes disk size detection for out-of-band
inspection in iLO drivers, by optionally using SNMPv3 to
get the disk size for certain types of storage.
- To enable this, the the following parameters must be
- set in the node's ``driver_info``.
+features:
+ - To enable SNMPv3 inspection in iLO drivers, the
+ following parameters must be set in the
+ node's ``driver_info``.
* ``snmp_auth_user``
* ``snmp_auth_prot_password``
* ``snmp_auth_priv_password``
- * ``snmp_auth_protocol`` (optional, defaults to ``MD5``)
- * ``snmp_auth_priv_protocol`` (optional, defaults to ``DES``)
+ * ``snmp_auth_protocol`` (optional, defaults to iLO default
+ value ``MD5``)
+ * ``snmp_auth_priv_protocol`` (optional, defaults to iLO default
+ value ``DES``)