summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Fix auth prompt brokennessDean Troyer2016-08-291-1/+1
* Restore default auth-type for token/endpointDean Troyer2016-08-241-2/+6
* Gate-unbreaking combo reviewDean Troyer2016-08-181-3/+28
* osc-lib: shellDean Troyer2016-08-051-364/+25
* arguments are not locale decoded into UnicodeJohn Dennis2016-07-261-2/+13
* Rework clientmanagerDean Troyer2016-07-221-7/+5
* Remove execute permission on a few filesSongmingYan2016-07-221-0/+0
* Correct reraising of exceptionqinchunhua2016-07-071-2/+2
* Do not prompt for scope options with default scoped tokensDolph Mathews2016-06-171-3/+3
* Fix missing i18n supports in api/ and shell.pyHuanxuan Ao2016-06-141-19/+24
* osc-lib: timingDean Troyer2016-06-131-1/+1
* osc-lib: logsDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* osc-lib: exceptionsDean Troyer2016-06-131-1/+1
* Fix --enable options on commandsRichard Theis2016-06-021-1/+1
* Devref: Command BetaRichard Theis2016-04-211-0/+5
* Rename --profile to --os-profileDean Troyer2016-04-191-11/+28
* Support client certificate/keyCedric Brandily2016-04-061-0/+12
* Fix dict.keys() compatibility for python 3Tang Chen2016-03-121-1/+1
* Fix regression in interactive client modeDina Belova2016-03-011-1/+1
* Merge "Add shell --profile option to trigger osprofiler from CLI"Jenkins2016-02-261-0/+51
|\
| * Add shell --profile option to trigger osprofiler from CLIDina Belova2016-02-251-0/+51
* | Support unscoped token requestguang-yee2016-02-191-0/+3
* | Fix 'openstack --help' fails if clouds.yaml cannot be readHideki Saito2016-02-141-4/+9
|/
* The format_exc method does not take an exceptionTerry Howe2015-12-081-1/+1
* Allow int version numbers in the clouds.yamlTerryHowe2015-11-041-1/+1
* Merge "Rename context.py to logs.py"Jenkins2015-10-301-4/+2
|\
| * Rename context.py to logs.pyTerry Howe2015-10-301-4/+2
* | Merge "Allow debug to be set in configuration file"Jenkins2015-10-301-0/+6
|\ \ | |/
| * Allow debug to be set in configuration fileTerryHowe2015-10-301-0/+6
* | Mask the sensitive values in debug loglin-hua-cheng2015-10-121-3/+7
* | Merge "Override the debug default and help text"Jenkins2015-09-241-0/+4
|\ \
| * | Override the debug default and help textTerryHowe2015-08-181-0/+4
* | | Merge "Set default auth plugin back to 'password'"Jenkins2015-09-211-1/+1
|\ \ \
| * | | Set default auth plugin back to 'password'Dean Troyer2015-09-181-1/+1
* | | | Move option logging back to start if initialize_app()Dean Troyer2015-09-181-2/+2
|/ / /
* | | Merge "Create log configuration class"Jenkins2015-09-091-56/+5
|\ \ \ | | |/ | |/|
| * | Create log configuration classTerryHowe2015-08-261-56/+5
* | | Merge "Move options to log level out of shell.py"Jenkins2015-09-091-12/+1
|\ \ \ | |/ /
| * | Move options to log level out of shell.pyTerryHowe2015-08-131-12/+1
* | | Merge "Move set warnings filters to logging module"Jenkins2015-09-081-4/+1
|\ \ \ | |/ /
| * | Move set warnings filters to logging moduleTerryHowe2015-08-131-4/+1
* | | Merge "Set up every time record log in file"Jenkins2015-09-081-11/+44
|\ \ \ | |/ /
| * | Set up every time record log in fileDaisuke Fujita2015-08-081-11/+44
* | | Fix compute API version snafuDean Troyer2015-09-041-5/+17
| |/ |/|
* | Merge "Do not set default versions in parsed args"Jenkins2015-07-241-1/+3
|\ \ | |/ |/|
| * Do not set default versions in parsed argsTerryHowe2015-07-181-1/+3
* | Fix the way auth_type default value is overridenJavier Pena2015-07-201-3/+4
|/
* Rename endpoint type to interfaceTerryHowe2015-07-151-9/+9
* Merge "Add --os-endpoint-type cli optional argument"Jenkins2015-07-031-1/+13
|\