summaryrefslogtreecommitdiffstats
path: root/openstack/common/cfg.py
Commit message (Expand)AuthorAgeFilesLines
* Verbose should not enable debug level loggingDavanum Srinivas2013-01-121-2/+4
* Revert "Support lookup of value using "group.key""Mark McLoughlin2013-01-081-5/+1
* Support lookup of value using "group.key"Davanum Srinivas2013-01-021-1/+5
* Merge "Add deprecated --logdir common opt"Jenkins2012-12-081-0/+1
|\
| * Add deprecated --logdir common optMark McLoughlin2012-12-071-0/+1
* | Merge "Add deprecated --logfile common opt."Jenkins2012-12-071-1/+2
|\|
| * Add deprecated --logfile common opt.Dan Prince2012-12-061-1/+2
* | Merge "Allow nova and others to override some logging defaults"Jenkins2012-12-061-0/+7
|\ \ | |/ |/|
| * Allow nova and others to override some logging defaultsDavanum Srinivas2012-12-061-0/+7
* | Merge "Fixing the trim for ListOp when reading from config file"Jenkins2012-12-061-1/+1
|\ \ | |/ |/|
| * Fixing the trim for ListOp when reading from config fileMichael Basnight2012-12-051-1/+1
* | Merge "Fix set_default() with boolean CLI options"Jenkins2012-12-031-1/+2
|\ \
| * | Fix set_default() with boolean CLI optionsMark McLoughlin2012-12-031-1/+2
* | | Merge "Improve cfg's argparse sub-parsers support"Jenkins2012-12-031-26/+117
|\| | | |/ |/|
| * Improve cfg's argparse sub-parsers supportMark McLoughlin2012-11-291-26/+117
* | Merge "Hide the GroupAttr conf and group attributes"Jenkins2012-11-291-6/+6
|\ \
| * | Hide the GroupAttr conf and group attributesMark McLoughlin2012-11-231-6/+6
* | | Merge "Fix regression with cfg CLI arguments"Jenkins2012-11-291-10/+14
|\ \ \ | | |/ | |/|
| * | Fix regression with cfg CLI argumentsMark McLoughlin2012-11-261-10/+14
* | | Merge "Fix broken --help with CommonConfigOpts"Jenkins2012-11-291-3/+3
|\ \ \ | |/ / |/| |
| * | Fix broken --help with CommonConfigOptsMark McLoughlin2012-11-231-3/+3
| |/
* / Fix ListOpt to trim whitespaceDavanum Srinivas2012-11-241-1/+1
|/
* updating sphinx documentationJoe Heck2012-11-181-11/+11
* Don't reference argparse._StoreActionMark McLoughlin2012-11-161-17/+2
* Fix minor coding style issueMark McLoughlin2012-11-161-1/+1
* Remove ConfigCliParser classMark McLoughlin2012-11-151-22/+6
* Add support for positional argumentsMark McLoughlin2012-11-151-39/+48
* Use stock argparse behaviour for optional argsMark McLoughlin2012-11-151-1/+0
* Use stock argparse --usage behaviourMark McLoughlin2012-11-151-22/+0
* Use stock argparse --version behaviourMark McLoughlin2012-11-151-34/+1
* Remove add_option() methodMark McLoughlin2012-11-151-7/+4
* Completely remove cfg's disable_interspersed_args()Mark McLoughlin2012-11-151-43/+1
* argparse support for cfgLaurence Miao2012-11-151-68/+220
* Add a missing comma in a docstring.David Ripton2012-10-311-1/+1
* cfg: fix required if option has a dashJulien Danjou2012-10-261-1/+1
* Merge "cfg: clean up None value handling"Jenkins2012-08-131-23/+13
|\
| * cfg: clean up None value handlingMark McLoughlin2012-08-131-23/+13
* | Merge "Allow set_default and set_override to use None"Jenkins2012-08-131-2/+39
|\|
| * Allow set_default and set_override to use NoneVishvananda Ishaya2012-08-111-2/+39
* | Tilde expansion for --config-file and --config-dirMark McLoughlin2012-08-111-6/+11
|/
* Add import_opt() method to ConfigOptsMark McLoughlin2012-07-311-0/+19
* Modifies _is_opt_registered fcn to check for duplicate optsGiampaolo Lauria2012-07-241-1/+4
* cfg: Fix typo in documentationVincent Untz2012-07-051-2/+2
* Update common code to support pep 1.3.Gary Kotton2012-06-181-21/+18
* 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