OpenStack library for config
Go to file
Doug Hellmann e140a1dd87 Add pbr to installation requirements
Add pbr to the list of installation requirements so that it is installed
via pip before this library is installed, instead of with easy_install.
This avoids issues like Bug #1384919, and ensures that projects that use
this library as a dependency are properly installed.

Change-Id: I6c155370dbd01fe4748d5137bdf288e8d3e1a67e
2014-10-24 09:26:01 -04:00
doc/source Merge "Add some guidance for group names" 2014-10-23 22:33:42 +00:00
oslo Merge "Add missing newline to stderr output when argument value is wrong" 2014-10-15 23:33:13 +00:00
tests Merge "delay formatting debug log message" 2014-10-13 18:43:27 +00: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 contributing instructions 2014-09-04 15:30:07 -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
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 Add pbr to installation requirements 2014-10-24 09:26:01 -04:00
setup.cfg Add oslo-config-generator 2014-06-26 14:20:22 +01:00
setup.py Updated from global requirements 2014-04-30 02:45:43 +00:00
test-requirements.txt Updated from global requirements 2014-10-13 18:50:20 +00:00
tox.ini Work toward Python 3.4 support and testing 2014-09-03 19:04:36 +00:00

README.rst

Oslo Configuration Library

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