0d03136bcc
Since pysnmp 4.3 (which dates back to 2015), library's high-level SNMP API has been reworked towards better consistency and performance. Ironic snmp driver still uses the older pysnmp API. This story suggests migrating ironic snmp driver to the latest (e.g. post 4.3) pysnmp API. This bumps up ironic lower constraint on pysnmp. Change-Id: Id3a03210e8a52dda5e6403e2f9cb040c59ca9573 Story: 2002756 Task: 22612
6 lines
224 B
YAML
6 lines
224 B
YAML
---
|
|
upgrade:
|
|
- The minimum required version of pysnmp has been bumped to 4.3. This
|
|
pysnmp version introduces simpler, faster and more functional high-level
|
|
SNMP API on which ironic `snmp` driver has been migrated.
|