OpenStack library for config
Go to file
Davanum Srinivas 0366f880d5 Better check for integer range to account for 0
We should be using "if value is not None" to better check
for the condition where the value is 0 and 0 is not in the
valid range.

Co-Authored-By: Longjie_Cao <grasson1101@aliyun.com>
Closes-Bug: #1416212
Change-Id: Ie5c81f1916e301619955364b040bdc7a9275e29c
2015-02-01 15:02:44 -05:00
doc/source Move files out of the namespace package 2014-12-12 16:13:29 -05:00
oslo Move files out of the namespace package 2014-12-12 16:13:29 -05:00
oslo_config Better check for integer range to account for 0 2015-02-01 15:02:44 -05:00
tests Fix of wrong cli opts unregistration 2015-01-06 15:28:08 +03:00
tools Import run_cross_tests.sh from oslo-incubator 2014-04-03 09:05:12 -07:00
.gitignore Move files out of the namespace package 2014-12-12 16:13:29 -05:00
.gitreview Rename oslo-config to oslo.config. 2013-03-14 12:04:19 -07:00
.testr.conf Upgrade testing to use testr. 2013-05-03 17:26:07 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
LICENSE Add LICENSE file 2013-02-17 09:25:32 +00:00
MANIFEST.in Tar up .testr.conf as well 2013-06-13 10:39:54 +02:00
README.rst Added link to bug tracker and documentation in oslo.config readme 2014-07-25 17:51:09 +05:30
openstack-common.conf Import run_cross_tests.sh from oslo-incubator 2014-04-03 09:05:12 -07:00
requirements.txt Merge "Add pbr to installation requirements" 2014-11-25 22:12:24 +00:00
setup.cfg Move files out of the namespace package 2014-12-12 16:13:29 -05:00
setup.py Updated from global requirements 2014-04-30 02:45:43 +00:00
test-requirements.txt Updated from global requirements 2014-11-20 14:11:21 +00:00
tox.ini Activate pep8 check that _ is imported 2014-10-31 19:51:20 +00:00

README.rst

Oslo Configuration Library

The Oslo configuration API supports parsing command line arguments and .ini style configuration files.