OpenStack library for config
Go to file
Daniel Bengtsson f0c992f5c0 Stop configuring install_command in tox.
Currently, we are overriding 'install_command' to use 'pip'. This is
considered poor behavior and 'python -m pip' should be used instead:

https://snarky.ca/why-you-should-use-python-m-pip/

It turns out that this is the the default value provided by tox:

https://tox.readthedocs.io/en/latest/config.html#conf-install_command

So we can remove the line and simply use the default value.

Change-Id: Ibcdd3a9f7e7ea421e906cf1d96f95b516008b5d7
2019-11-14 15:05:29 +01:00
.zuul.d Add Python 3 Train unit tests 2019-07-05 14:43:07 -04:00
doc tox: Keeping going with docs 2019-10-24 14:04:44 +08:00
oslo_config fix: fix float opt min and max value format errror 2019-11-04 09:50:42 +08:00
releasenotes Update master for stable/train 2019-09-20 16:31:06 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:20:49 -04:00
.gitignore Clean up the unnecessary sphinx from test-requirements.txt 2019-07-07 11:59:49 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:35:49 +00:00
.stestr.conf Migrating oslo.config to use stestr 2019-01-15 16:15:34 +08:00
CONTRIBUTING.rst trivial change to contributing instructions 2018-02-19 09:51:56 -05:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 22:32:03 +08:00
LICENSE Add LICENSE file 2013-02-17 09:25:32 +00:00
README.rst Revert "Replace git.openstack.org URLs with opendev.org URLs" 2019-05-03 20:36:15 +00:00
bindep.txt Add bindep.txt file to prevent fallback to generic list 2018-03-20 10:26:47 -05:00
lower-constraints.txt tox: Keeping going with docs 2019-10-24 14:04:44 +08:00
requirements.txt Resolve deprecation warning for rfc3986 uri validation 2018-12-25 14:56:21 +03:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 14:43:07 -04:00
setup.py Updated from global requirements 2017-03-03 00:02:50 +00:00
test-requirements.txt Clean up the unnecessary sphinx from test-requirements.txt 2019-07-07 11:59:49 +08:00
tox.ini Stop configuring install_command in tox. 2019-11-14 15:05:29 +01:00

README.rst

Team and repository tags

image

Oslo Configuration Library

Latest Version

Downloads

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