summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes OptGroup title set typogrizzly-eol1.1.1Zhongyue Luo2013-05-222-4/+5
* set_defaults does not work for more than one kwargDavanum Srinivas2013-03-292-1/+9
* Rename oslo-config to oslo.config.James E. Blair2013-03-193-3/+3
* Add Environment::OpenStack classifierMark McLoughlin2013-03-121-0/+1
* Set default branch in .gitreview to stable/grizzlyMark McLoughlin2013-03-121-0/+1
* Open 1.1.x developmentMark McLoughlin2013-03-121-1/+1
* Merge "Copyright rename LLC to Foundation"1.1.0Jenkins2013-03-124-4/+4
|\
| * Copyright rename LLC to FoundationDavanum Srinivas2013-03-114-4/+4
* | Correct some typos in docstrings in cfg.py.Tim Miller2013-03-091-3/+3
|/
* Change the name of the project to oslo.config1.1.0b1Mark McLoughlin2013-03-051-1/+1
* Switch to semantic versioningMark McLoughlin2013-03-051-1/+1
* Explicitly set ConfigOpts._args to sys.argv[1:]Mark McLoughlin2013-03-052-4/+16
* Add deprecated_group Opt kwarg2013.1b5Mark McLoughlin2013-02-202-65/+403
* Merge "Allow MultiConfigParser get from mutliple sections"Jenkins2013-02-191-8/+7
|\
| * Allow MultiConfigParser get from mutliple sectionsMark McLoughlin2013-02-151-8/+7
* | Merge "Refactor _cparser_get_with_deprecated()"Jenkins2013-02-191-7/+7
|\ \ | |/
| * Refactor _cparser_get_with_deprecated()Mark McLoughlin2013-02-151-7/+7
* | Merge "Add AUTHORS and ChangeLog to .gitignore."Jenkins2013-02-191-0/+2
|\ \
| * | Add AUTHORS and ChangeLog to .gitignore.Dan Prince2013-02-191-0/+2
* | | Add missing files to the tarball.Dan Prince2013-02-191-0/+15
|/ /
* | 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