summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure to install the oslo package as well.2013.1b4Jason Kölker2013-02-181-1/+1
* Add LICENSE fileMark McLoughlin2013-02-171-0/+204
* Fix setup.py to install the correct package2013.1b3Mark McLoughlin2013-02-161-1/+1
* sort options to make --help output prettier2013.1b2YAMAMOTO Takashi2013-02-151-1/+1
* Implements import_group2013.1b1Zhongyue Luo2013-02-093-0/+56
* Fixes "is not", "not in" syntax usage.Zhongyue Luo2013-02-091-5/+5
* Add sphinx documentationMark McLoughlin2013-02-0918-2/+1327
* Fix version to 2013.1Mark McLoughlin2013-01-281-1/+1
* Start using fixtures and testtoolsMark McLoughlin2013-01-283-23/+66
* Sync latest setup code from oslo-incubatorMark McLoughlin2013-01-252-9/+42
* Move logging config options into the log moduleMark McLoughlin2013-01-252-118/+2
* Add setuptools magicMark McLoughlin2013-01-216-3/+329
* Add oslo-config project infrastructureMark McLoughlin2013-01-2110-0/+140
* Move files to new locations for oslo-configMark McLoughlin2013-01-216-7/+7
* Fixes import order errorsZhongyue Luo2013-01-181-1/+1
* Make tox run doctestsMark McLoughlin2013-01-141-6/+8
* Verbose should not enable debug level loggingDavanum Srinivas2012-12-131-2/+4
* Fix pep8 E125 errors.Monty Taylor2013-01-111-1/+1
* Revert "Support lookup of value using "group.key""Mark McLoughlin2013-01-082-11/+1
* Support lookup of value using "group.key"Davanum Srinivas2012-12-262-1/+11
* Add deprecated --logdir common optMark McLoughlin2012-12-072-2/+12
* Add deprecated --logfile common opt.Dan Prince2012-12-062-1/+13
* Allow nova and others to override some logging defaultsDavanum Srinivas2012-12-052-0/+52
* Fixing the trim for ListOp when reading from config fileMichael Basnight2012-12-052-1/+7
* Fix set_default() with boolean CLI optionsMark McLoughlin2012-11-262-1/+24
* Improve cfg's argparse sub-parsers supportMark McLoughlin2012-11-232-68/+224
* Fix regression with cfg CLI argumentsMark McLoughlin2012-11-232-10/+16
* Fix ListOpt to trim whitespaceDavanum Srinivas2012-11-242-1/+5
* Add another duplicate opt test caseMark McLoughlin2012-11-231-0/+5
* Hide the GroupAttr conf and group attributesMark McLoughlin2012-11-232-6/+18
* Fix broken --help with CommonConfigOptsMark McLoughlin2012-11-232-3/+12
* updating sphinx documentationJoe Heck2012-11-111-11/+11
* Don't reference argparse._StoreActionMark McLoughlin2012-11-121-17/+2
* Fix minor coding style issueMark McLoughlin2012-11-121-1/+1
* Remove ConfigCliParser classMark McLoughlin2012-11-121-22/+6
* Add support for positional argumentsMark McLoughlin2012-11-122-51/+113
* Use stock argparse behaviour for optional argsMark McLoughlin2012-11-122-3/+2
* Use stock argparse --usage behaviourMark McLoughlin2012-11-122-25/+3
* Use stock argparse --version behaviourMark McLoughlin2012-11-122-36/+3
* Remove add_option() methodMark McLoughlin2012-11-121-7/+4
* Completely remove cfg's disable_interspersed_args()Mark McLoughlin2012-11-122-55/+1
* argparse support for cfgLaurence Miao2012-10-062-70/+267
* Add a missing comma in a docstring.David Ripton2012-10-311-1/+1
* cfg: fix required if option has a dashJulien Danjou2012-10-262-1/+9
* cfg: clean up None value handlingMark McLoughlin2012-08-131-23/+13
* Allow set_default and set_override to use NoneVishvananda Ishaya2012-08-102-4/+68
* Tilde expansion for --config-file and --config-dirMark McLoughlin2012-08-112-6/+51
* Add import_opt() method to ConfigOptsMark McLoughlin2012-07-315-0/+102
* Modifies _is_opt_registered fcn to check for duplicate optsGiampaolo Lauria2012-07-202-7/+6
* cfg: allow empty config valuesMark McLoughlin2012-07-172-1/+7