oslo.config/oslo_config
John L. Villalovos 85eee67b99 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
2015-08-27 20:38:19 -07:00
..
tests Make Integer type class honor zero for min/max 2015-08-27 20:38:19 -07:00
__init__.py Move files out of the namespace package 2014-12-12 16:13:29 -05:00
cfg.py Add enforce_type option when setting an override 2015-07-17 12:50:12 -07:00
cfgfilter.py make registering a cli opt on a filter object work. 2015-05-23 12:39:12 +08:00
fixture.py Add set_default() method to fixture 2015-06-30 21:40:55 +00:00
generator.py Add sphinx extension to embed pretty descriptions of options 2015-08-22 16:58:38 +00:00
iniparser.py Move files out of the namespace package 2014-12-12 16:13:29 -05:00
sphinxconfiggen.py Add sphinx extension to build sample config 2015-08-11 10:18:40 -04:00
sphinxext.py Add sphinx extension to embed pretty descriptions of options 2015-08-22 16:58:38 +00:00
types.py Make Integer type class honor zero for min/max 2015-08-27 20:38:19 -07:00