RETIRED, further work has moved to Debian project infrastructure
Go to file
Adit Sarfaty 14ec2c67eb Add Port type to allow configuration of a list of tcp/ip ports
There was already a PortOpt, but this is not composable with ListOpt.
The new type inherits from Integer and therefore supports min/max
value and choices. For example, openstack/vmware-nsx wants to use this
to configure a default list of ports for a firewall rule.

Change-Id: I83bbec6add8ce2951e94e69ec14bb6d8137d4f0c
2016-08-11 12:05:59 +03:00
doc/source Merge "update docs for sphinxconfiggen" 2016-07-26 12:45:31 +00:00
oslo_config Add Port type to allow configuration of a list of tcp/ip ports 2016-08-11 12:05:59 +03:00
releasenotes Add Port type to allow configuration of a list of tcp/ip ports 2016-08-11 12:05:59 +03:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:20:49 -04:00
.gitignore Add * to .coverage in .gitignore 2016-04-12 17:19:12 +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 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
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:35:35 -07:00
requirements.txt Updated from global requirements 2016-07-17 23:58:38 +00:00
setup.cfg Add Python 3.5 classifier and venv 2016-07-09 22:39:20 -07:00
setup.py Updated from global requirements 2015-09-17 12:15:55 +00:00
test-requirements.txt Remove discover from test-requirements 2016-07-14 07:58:19 +02:00
tox.ini Add Python 3.5 classifier and venv 2016-07-09 22:39:20 -07:00

Oslo Configuration Library

Latest Version

Downloads

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