ironic/releasenotes/notes/migrate-to-pysnmp-hlapi-477075b5e69cc5bc.yaml
Ilya Etingof 0d03136bcc Migrate ironic snmp driver to the latest pysnmp API
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
2018-07-16 12:43:03 +02:00

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.