Dolph Mathews a84b5d73f1 Support hyphens in positional argument names
Currently, when you specify a positional argument with a hyphen in the
name, oslo.config is not able to retrieve a value back for that
argument, even if one is parsed by argparse, because there's a mismatch
between where oslo.config expects to find the value (in the dest, with
underscores, which positional arguments do not have), versus where
argparse puts it in the namespace (using the name, with hyphens).

Change-Id: Ibc44a880ffddfaeffca682ccf3b34525f3f0fe27
2017-03-30 20:17:16 +00:00
2019-10-24 14:26:24 +08:00
2019-04-19 19:35:49 +00:00
2013-02-17 09:25:32 +00:00
2019-10-15 10:53:35 +08:00
2019-07-05 14:43:07 -04:00
2017-03-03 00:02:50 +00:00

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.

Description
OpenStack library for config
Readme 12 MiB
Languages
Python 99.8%
Shell 0.2%