summaryrefslogtreecommitdiffstats
path: root/openstack
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Add a CLI argument validation utility"Jenkins2012-12-041-0/+66
|\ \
| * | Add a CLI argument validation utilityMark McLoughlin2012-11-291-0/+66
* | | Merge "Fixing modulename so eventlet will log properly."Jenkins2012-12-031-1/+1
|\ \ \ | | |/ | |/|
| * | Fixing modulename so eventlet will log properly.Michael Basnight2012-12-031-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 "Rename utils.py to strutils.py"Jenkins2012-12-031-0/+0
|\ \ \ \
| * | | | Rename utils.py to strutils.pyZhongyue Luo2012-11-301-0/+0
| | |/ / | |/| |
* / | | Use json instead of jsonutils in rpc.impl_fake.Russell Bryant2012-12-011-2/+7
|/ / /
* | | Merge "Provide i18n to those messages without _()"Jenkins2012-11-293-5/+9
|\ \ \
| * | | Provide i18n to those messages without _()Davanum Srinivas2012-11-283-5/+9
* | | | Merge "Use Service thread group for WSGI request handling"Jenkins2012-11-292-14/+14
|\ \ \ \
| * | | | Use Service thread group for WSGI request handlingDavanum Srinivas2012-11-292-14/+14
* | | | | Merge "Qpid H/A cluster support"Jenkins2012-11-291-9/+14
|\ \ \ \ \
| * | | | | Qpid H/A cluster supportEugene Kirpichov2012-11-291-9/+14
| | |/ / / | |/| | |
* | | | | 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 "Fixes import order"Jenkins2012-11-291-1/+1
|\ \ \ \ \
| * | | | | Fixes import orderZhongyue Luo2012-11-281-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge "Fix broken --help with CommonConfigOpts"Jenkins2012-11-291-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix broken --help with CommonConfigOptsMark McLoughlin2012-11-231-3/+3
| | |_|/ | |/| |
* | | | Make project pyflakes clean.Monty Taylor2012-11-2814-29/+30
* | | | Replace try: import with extras.try_importMonty Taylor2012-11-281-5/+2
| |/ / |/| |
* | | Fix common rpc to use common logging instead of python loggingDavanum Srinivas2012-11-244-4/+4
| |/ |/|
* | Fix ListOpt to trim whitespaceDavanum Srinivas2012-11-241-1/+1
* | Merge "raise_on_error parameter shouldn't be passed to task function"Jenkins2012-11-241-3/+2
|\ \ | |/ |/|
| * raise_on_error parameter shouldn't be passed to task functiongongysh2012-11-231-3/+2
* | Merge "Account for tasks duration in LoopingCall delay"Jenkins2012-11-232-4/+21
|\ \
| * | Account for tasks duration in LoopingCall delayEoghan Glynn2012-11-192-4/+21
* | | Merge "Convenience wrapper for datetime.timedelta.total_seconds()"Jenkins2012-11-231-0/+13
|\| | | |/ |/|
| * Convenience wrapper for datetime.timedelta.total_seconds()Eoghan Glynn2012-11-191-0/+13
* | Merge "update deprecated stanza"Jenkins2012-11-221-1/+1
|\ \
| * | update deprecated stanzaSean Dague2012-11-151-1/+1
* | | Merge "updating sphinx documentation"Jenkins2012-11-206-47/+62
|\ \ \
| * | | updating sphinx documentationJoe Heck2012-11-186-47/+62
* | | | Merge "Use the ThreadGroup for the Launcher"Jenkins2012-11-191-11/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Use the ThreadGroup for the LauncherAngus Salkeld2012-11-131-11/+4
* | | | Merge "Change RPC cleanup ordering"Jenkins2012-11-161-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Change RPC cleanup orderingJeff Peeler2012-11-121-1/+1
| |/ /
* | | 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