summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up app initialization and configDean Troyer2019-09-091-32/+1
* Merge "Remove token_endpoint auth type"Zuul2019-08-291-4/+4
|\
| * Remove token_endpoint auth typeDean Troyer2019-08-271-4/+4
* | Bump hacking versionStephen Finucane2019-08-271-0/+1
|/
* Remove code migrated to osc-lib long agoDean Troyer2019-05-161-1/+1
* Useless line of code in shell.pyHuan Xiong2017-09-081-3/+0
* Improve no-auth pathDean Troyer2017-04-241-0/+6
* Clean up password prompt work-aroundsDean Troyer2017-04-051-0/+1
* Change noauth strategy for plugin loadingDean Troyer2017-03-271-13/+6
* Fix wrong behavior of parsing plugin service nameRui Chen2017-02-081-1/+3
* Correct reraising of exceptiongengchc22016-12-021-2/+2
* Improve output of supported API versionsKyrylo Romanenko2016-10-071-3/+5
* Defer auth prompting until it is actually neededDean Troyer2016-09-081-3/+33
* 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
|\ \ \ | | |/ | |/|