summaryrefslogtreecommitdiff
path: root/oslo_config/generator.py
Commit message (Expand)AuthorAgeFilesLines
* config-generator yaml format doesn't work with i18n fieldsstable/trainDavid Vallee Delisle2021-06-251-0/+14
* Merge "Document when sample_default is in use"Zuul2018-11-021-0/+8
|\
| * Document when sample_default is in useBen Nemec2018-10-021-0/+8
* | Close a previously opened file in config generatorIlya Shakhat2018-10-091-2/+10
* | generator: Pass conf to _OptFormatterEric Fried2018-07-171-17/+14
|/
* Provide descriptions for choicesStephen Finucane2017-12-131-13/+25
* Merge "Fix the incorrect file path"Jenkins2017-08-041-1/+1
|\
| * Fix the incorrect file pathchenxing2017-07-231-1/+1
* | Merge "Added exception when namespace option is missing"Jenkins2017-08-041-1/+7
|\ \ | |/ |/|
| * Added exception when namespace option is missingKiseok Kim2017-07-251-1/+7
* | add rst output mode for config generator4.11.0Doug Hellmann2017-07-201-2/+27
* | fix formatting of literal default values with spacesDoug Hellmann2017-07-201-1/+1
* | handle option defaults that are not stringsDoug Hellmann2017-07-181-2/+4
|/
* add to group data model to for generatorDoug Hellmann2017-06-141-12/+88
* Cast generator_options to dictBen Nemec2017-06-051-1/+1
* Machine Readable Sample ConfigBen Nemec2017-06-011-10/+129
* Handle multi-line default values in olso-config-generatorRadomir Dopieralski2017-05-101-1/+1
* Remove log translationshnyang2017-03-241-3/+3
* Handle both - and _ forms of deprecated optsBen Nemec2017-02-281-2/+6
* Normalize group sectionsVictor Morales2016-12-191-2/+19
* Merge "Fixing HostName and adding support for HostAddress"Jenkins2016-12-071-1/+2
|\
| * Fixing HostName and adding support for HostAddressDharini Chandrasekar2016-12-071-1/+2
* | Add 'summarize' optionStephen Finucane2016-11-221-17/+45
* | Disable warning for missing oslo.config.opts.defaultsChandan Kumar2016-10-061-0/+1
|/
* Advanced OptionBrian Stajkowski2016-08-021-1/+8
* Merge "Add URIOpt"Jenkins2016-06-171-3/+2
|\
| * Add URIOptMasaki Matsushita2016-06-171-3/+2
* | Merge "Add support for a deprecated version"Jenkins2016-06-161-1/+7
|\ \
| * | Add support for a deprecated versionStephen Finucane2016-06-161-1/+7
* | | Merge "Handle some native python types in config generation"Jenkins2016-06-151-3/+23
|\ \ \ | |/ / |/| |
| * | Handle some native python types in config generationJamie Lennox2016-05-161-3/+23
* | | Required OptionBrian Stajkowski2016-05-261-7/+15
| |/ |/|
* | Merge "Added i18n formatting to log messages"Jenkins2016-05-241-2/+3
|\ \
| * | Added i18n formatting to log messagesRonald Bradford2016-05-231-2/+3
| |/
* | Incorrect group name when deprecated_group is not specifiedSabari Kumar Murugesan2016-05-231-3/+3
|/
* Add 'DEPRECATED: ' prefix for deprecated optsStephen Finucane2016-05-041-2/+8
* Avoid duplicate sections in generator outputBen Nemec2016-05-031-16/+29
* Fix isinstance callDavanum Srinivas2016-03-111-1/+1
* add support for mutable options in the config generatorDoug Hellmann2016-02-221-1/+30
* Add hostname config typeTom Cammann2016-02-181-1/+2
* Merge "add generator hook for apps to update option defaults"3.7.0Jenkins2016-02-151-1/+23
|\
| * add generator hook for apps to update option defaultsDoug Hellmann2016-02-121-1/+23
* | Merge "refactor generator._list_opts for further enhancement"Jenkins2016-02-151-3/+16
|\ \ | |/
| * refactor generator._list_opts for further enhancementDoug Hellmann2016-02-101-3/+16
* | refactor generator closures to private methodsRonald Bradford2016-02-041-29/+32
|/
* Retain correct order of defined config optionsOpenStack Proposal Bot2016-01-261-31/+35
* Merge "add built-in options to auto-generated documentation"Jenkins2016-01-221-1/+2
|\
| * add built-in options to auto-generated documentationDoug Hellmann2016-01-151-1/+2
* | Fix can't generate config sample with non-None valueChangBo Guo(gcb)2016-01-151-2/+2
|/
* generator: ignore doublesMarkus Zoeller2016-01-071-1/+34