summaryrefslogtreecommitdiff
path: root/oslo/config/cfg.py
Commit message (Expand)AuthorAgeFilesLines
* Remove oslo namespace packageDoug Hellmann2015-07-131-13/+0
* Move files out of the namespace packageDoug Hellmann2014-12-121-2459/+1
* Fix wrong order of positional args in cliMike Fedosin2014-12-041-7/+30
* Merge "Add missing newline to stderr output when argument value is wrong"Jenkins2014-10-151-1/+1
|\
| * Add missing newline to stderr output when argument value is wrongChristian Berendt2014-08-121-1/+1
* | Merge "Fixed typo in docstring for _get_config_dirs"Jenkins2014-10-141-1/+1
|\ \
| * | Fixed typo in docstring for _get_config_dirsMiguel Grinberg2014-09-041-1/+1
* | | Merge "delay formatting debug log message"Jenkins2014-10-131-4/+5
|\ \ \
| * | | delay formatting debug log messageDoug Hellmann2014-10-081-4/+5
* | | | Merge "Check config default value is correct type"Jenkins2014-10-131-2/+23
|\ \ \ \ | |/ / /
| * | | Check config default value is correct typeTom Cammann2014-10-081-2/+23
* | | | Report permission denied when parsing configRyan Moore2014-10-081-2/+32
|/ / /
* | | Looks for variable subtitution in the same groupMehdi Abaakouk2014-09-101-8/+17
* | | Explain groups for DeprecatedOptsFlavio Percoco2014-09-031-0/+12
| |/ |/|
* | Log a fixed length string of asterisks for obfuscationZhongyue Luo2014-08-051-1/+1
|/
* Replaced 'e.g.' with 'for example'Christian Berendt2014-07-071-13/+14
* cfg,generator: add Opt.sample_default attributeMark McLoughlin2014-07-021-1/+5
* Merge "Fix flaws in methods' docstring"Jenkins2014-06-301-2/+2
|\
| * Fix flaws in methods' docstringliu-sheng2014-06-301-2/+2
* | Introduce Opts for IP addressesJakub Libosvar2014-06-301-0/+9
|/
* Refactors _Namespace to make the code clearerDavid Stanek2014-06-271-9/+8
* Add warning about interpolating values from groupsDoug Hellmann2014-06-171-1/+10
* Add a doc sample for how to use the required fieldMatthew Treinish2014-05-271-1/+7
* log: string format arguments changed to function parametersChristian Berendt2014-05-201-4/+4
* Fix deprecated_opts for cli optionsYAMAMOTO Takashi2014-05-071-10/+17
* Merge "Add section titles and fix markup of docstring"Jenkins2014-05-061-2/+32
|\
| * Add section titles and fix markup of docstringDoug Hellmann2014-04-211-2/+32
* | Merge "Fix docstring for _Namespace._get_cli_value"Jenkins2014-05-051-1/+1
|\ \
| * | Fix docstring for _Namespace._get_cli_valueYAMAMOTO Takashi2014-02-261-1/+1
* | | Reject option names prefixed with '_'YAMAMOTO Takashi2014-05-021-0/+2
| |/ |/|
* | Avoid using too generic names in _NamespaceYAMAMOTO Takashi2014-04-151-15/+15
* | Merge "Do substitution on overrides and defaults too"Jenkins2014-03-041-2/+2
|\ \
| * | Do substitution on overrides and defaults tooBen Nemec2014-02-281-2/+2
* | | Merge "Follow style guide for help strings"Jenkins2014-03-041-11/+11
|\ \ \ | |/ / |/| |
| * | Follow style guide for help stringsAndreas Jaeger2014-02-271-11/+11
| |/
* | Fix a whitespace in a commentYAMAMOTO Takashi2014-02-241-1/+1
|/
* Merge "Fix docstring of parsing order"Jenkins2014-02-221-3/+3
|\
| * Fix docstring of parsing orderEric Guo2014-02-171-3/+3
* | Remove extraneous vim configuration commentsllg82122014-02-131-2/+0
|/
* Merge "Fix misspellings in oslo.config"Jenkins2014-02-091-1/+1
|\
| * Fix misspellings in oslo.configShane Wang2014-02-081-1/+1
* | Add docs for typesDoug Hellmann2014-01-311-7/+11
|/
* Throw exception if --config-dir doesn't existJay S. Bryant2014-01-271-1/+17
* Merge "Implemented support for custom opt types"Jenkins2014-01-221-193/+150
|\
| * Implemented support for custom opt typesMaxim Kulkin2014-01-161-193/+150
* | Merge "Fix for parsing error with Dollar Sign ($) in values"Jenkins2014-01-111-0/+5
|\ \
| * | Fix for parsing error with Dollar Sign ($) in valuesDavanum Srinivas2014-01-071-0/+5
* | | Fix spelling errors in docstrings and commentsskudriashev2013-12-221-4/+4
|/ /
* | Added support of operator '=='Lianhao Lu2013-12-191-0/+5
|/
* Fix to make ConfigOpts no longer obscure IOErrorsLars Butler2013-11-011-3/+6