Comment 2 for bug 1489688

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.config (master)

Reviewed: https://review.openstack.org/218076
Committed: https://git.openstack.org/cgit/openstack/oslo.config/commit/?id=85eee67b996a102b4318676bd03ee8624b9660b0
Submitter: Jenkins
Branch: master

commit 85eee67b996a102b4318676bd03ee8624b9660b0
Author: John L. Villalovos <email address hidden>
Date: Thu Aug 27 20:21:36 2015 -0700

    Make Integer type class honor zero for min/max

    The Integer type class has an option for setting a min or max value for the
    integer. But the class would not recognize zero as a valid value and not
    check it.

    Make the Integer class honor zero as a valid value for min and/or max.

    Add test cases for using zero for min and/or max.

    Change-Id: I395dea133d2a92e5ca4fab913aa17483a38f7ba1
    Closes-Bug: #1489688