OpenStack library for config
Go to file
Doug Hellmann 70c5b67df3 Move files out of the namespace package
Move the public API out of oslo.config to oslo_config. Retain the ability
to import from the old namespace package for backwards compatibility
for this release cycle.

bp/drop-namespace-packages

Change-Id: I56274336802036de050efc62eb2ee6b5d4ede77b
2014-12-12 16:13:29 -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 Move files out of the namespace package 2014-12-12 16:13:29 -05:00
tests Move files out of the namespace package 2014-12-12 16:13:29 -05: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.