OpenStack library for config
Go to file
Sean McGinnis 04d5280c3d
Update lower-constraints versions
This updates lower constraints to versions that will work with py38 so
that when we move to running on focal nodes, which has py38 as its
default py3 runtime, the lower-constraints job will continue to pass.

It also cleans out some secondary requirements that are no longer needed
due to our direct dependencies being updated.

Linters are removed that are kept in the global requirements blacklist
as those are not version tracked and are not relevant for our
lower-constraints unit test runs.

Change-Id: Ied58e8aeb700c15354f1c040b2623f498d636061
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-06-09 16:49:27 -05:00
.zuul.d Add Python3 victoria unit tests 2020-04-14 10:13:32 +00:00
doc Fix pygments style 2020-06-04 16:00:30 +08:00
oslo_config Merge "generator: Handle 'cfg.Opt'-type options" 2020-06-08 17:20:36 +00:00
releasenotes Fix pygments style 2020-06-04 16:00:30 +08:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:20:49 -04:00
.gitignore mypy: Add boilerplate configuration 2020-02-12 09:56:58 +00: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 update source link in readme 2019-10-15 10:53:35 +08:00
bindep.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 15:12:02 +00:00
lower-constraints.txt Update lower-constraints versions 2020-06-09 16:49:27 -05:00
requirements.txt Remove six 2020-02-12 09:56:55 +00:00
setup.cfg Add py38 package metadata 2020-05-22 15:06:57 +08:00
setup.py remove outdated header 2020-02-10 18:34:03 +01:00
test-requirements.txt Merge "Raise hacking minimum to 3.0.1" 2020-05-25 13:20:17 +00:00
tox.ini Merge "mypy: Add boilerplate configuration" 2020-03-07 21:39:29 +00: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.