summaryrefslogtreecommitdiffstats
path: root/openstack/common/cfg.py
Commit message (Expand)AuthorAgeFilesLines
...
* Use 'is not None' instead of '!= None'Johannes Erdfelt2012-06-081-3/+3
* Add support to include config aliasesJoe Gordon2012-06-061-15/+56
* cfg: add a global CONF objectMark McLoughlin2012-05-291-0/+19
* cfg: add generators for iterating over all optionsMark McLoughlin2012-05-291-28/+24
* cfg: move constructor args to __call__() argsMark McLoughlin2012-05-291-71/+128
* Alphabetize imports in openstack/common/cfg.pyJoe Gordon2012-05-141-1/+1
* cfg: make reset() clear defaults and overridesMark McLoughlin2012-05-121-4/+20
* Merge "cfg: automatically create option groups"Jenkins2012-05-101-8/+18
|\
| * cfg: automatically create option groupsMark McLoughlin2012-05-101-8/+18
* | Merge "cfg: allow options to be marked as required"Jenkins2012-05-101-2/+47
|\ \
| * | cfg: allow options to be marked as requiredMark McLoughlin2012-05-101-2/+47
| |/
* / cfg: use a list comprehension instead of map()Mark McLoughlin2012-05-101-1/+1
|/
* New ConfigOpts.find_file() for locating conf filesMark McLoughlin2012-05-011-18/+78
* Support for directory source of config filesEoghan Glynn2012-04-301-16/+44
* Provide file extension when when looking for filesBrian Waldon2012-04-261-5/+6
* Some refactoring of the cfg cacheMark McLoughlin2012-04-241-34/+12
* Add caching to openstack.common.cfgYuriy Taraday2012-04-241-7/+60
* Typofix, OptionGroup should be OptGroup.Rick Harris2012-03-291-2/+2
* Use absolute import for iniparser.Rick Harris2012-03-281-1/+1
* Merge "Finish implementing MultiStrOpt"Jenkins2012-03-221-27/+106
|\
| * Finish implementing MultiStrOptJohannes Erdfelt2012-03-221-27/+106
* | Avoid leaking secrets into config logging.Eoghan Glynn2012-03-221-4/+23
|/
* Fix bug 954488Joe Gordon2012-03-131-1/+1
* fix restructuredtext formatting in docstringsDoug Hellmann2012-03-091-20/+23
* Add ConfigOpts.print_help()Mark McLoughlin2012-02-221-0/+4
* cfg: fix a small comment typoZhongyue Luo2012-02-201-1/+1
* cfg: unneeded multiple inheritanceZhongyue Luo2012-02-121-2/+2
* Merge "Disable ConfigParser interpolation (lp#930270)"Jenkins2012-02-101-1/+1
|\
| * Disable ConfigParser interpolation (lp#930270)Mark McLoughlin2012-02-101-1/+1
* | Backslash continuations (misc.)Zhongyue Luo2012-02-101-25/+20
|/
* Implements blueprint separate-nova-volumeapiAnthony Young2012-02-021-4/+4
* Makes common/cfg.py raise AttributeErrorVishvananda Ishaya2012-02-021-1/+1
* PEP8 type comparison cleanuplzyeval2012-02-021-1/+1
* Add the Mapping interface to cfg.ConfigOptsMark McLoughlin2012-01-271-11/+44
* Add support to cfg for disabling interspersed argsMark McLoughlin2012-01-231-0/+41
* Add new cfg moduleMark McLoughlin2012-01-101-0/+1124