Comment 6 for bug 1640932

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (stable/pike)

Reviewed: https://review.openstack.org/494787
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=5b1a565d7b9328b6fa49e89c328268d7c4393b68
Submitter: Jenkins
Branch: stable/pike

commit 5b1a565d7b9328b6fa49e89c328268d7c4393b68
Author: Félix Bouliane <email address hidden>
Date: Thu Nov 10 15:41:18 2016 -0500

    Make SNMP UDP transport settings configurable

    SNMP timeout and retries are now configurable through ironic.conf. This
    allows to have custom configurations when certain PDUs are slower than
    others.

    The config defaults are the same defaults that cmdgen.UdpTransportTarget
    uses (1.0 second timeout and 5 retries). The config is now reflecting
    these defaults.

    Closes-Bug: #1640932
    Change-Id: I2490902ad2e39e8e4dc34484799a0dae96bc57f8
    (cherry picked from commit 80b4424877e55cedf3640a3bbfc208d83ea00c2b)