OpenStack library for config
Go to file
Jakub Libosvar afab1f5266 Introduce Opts for IP addresses
In order to validate correct input values for IP addresses new Opt was
introduced. Validation is done on parsing level so there is no need to
explicitly check for valid ip address in the code.
Requirement for netaddr package was added.

DocImpact

Change-Id: I9adc30d9b989e8c636fefd435885c4c363ca540c
Partial-Bug: #1284684
2014-06-30 07:26:28 +01:00
doc/source Switch over to oslosphinx 2014-02-14 10:16:33 +00:00
oslo Introduce Opts for IP addresses 2014-06-30 07:26:28 +01:00
tests Introduce Opts for IP addresses 2014-06-30 07:26:28 +01:00
tools Import run_cross_tests.sh from oslo-incubator 2014-04-03 09:05:12 -07:00
.gitignore Add eclipse project files to .gitignore 2013-07-18 22:40:46 +00: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 Update build to use pbr. 2013-05-03 12:38:15 -04: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
openstack-common.conf Import run_cross_tests.sh from oslo-incubator 2014-04-03 09:05:12 -07:00
README.rst Update build to use pbr. 2013-05-03 12:38:15 -04:00
requirements.txt Introduce Opts for IP addresses 2014-06-30 07:26:28 +01:00
setup.cfg Include the 'meta' trove classifiers for python versions 2014-03-06 16:01:55 -08:00
setup.py Updated from global requirements 2014-04-30 02:45:43 +00:00
test-requirements.txt Updated from global requirements 2014-06-19 01:12:07 +00:00
tox.ini Add warning about interpolating values from groups 2014-06-17 07:00:42 -07:00

Oslo Configuration Library

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