summaryrefslogtreecommitdiff
path: root/ceilometerclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Retire ceilometerclientJulien Danjou2017-11-221-287/+0
* Deprecate ceilometerclientJulien Danjou2017-05-291-0/+5
* delete bash_completion in subcommandForestLee2017-05-011-11/+0
* shell: do not force domain to be presentJulien Danjou2017-01-251-19/+5
* Make method import_versioned_module workLuong Anh Tuan2016-11-031-1/+3
* drop oslo-incubator modules: cliutils and uuidutilsZhiQiang Fan2016-01-191-4/+3
* tenant_id not required with keystone v3Rohit Jaiswal2015-07-311-6/+0
* Use oslo_utils instead of deprecated oslo.utilsDina Belova2015-05-111-1/+1
* Set auth_plugin in __init__Chris Dent2015-03-201-1/+3
* Fix improper parameter setup for cacert and client certsSrinivas Sakhamuri2015-01-151-1/+1
* Support ceilometer-url and os-endpointZhiQiang Fan2015-01-081-4/+9
* Allow graceful shutdown on Ctrl+Cliu-sheng2014-12-121-0/+3
* Make methods static where it's possibleDina Belova2014-12-101-2/+4
* Fix timeout argument not treated as integerZhiQiang Fan2014-11-141-0/+15
* switch to oslo.utilsgordon chung2014-09-291-2/+2
* Reduce redundant parameter of some commands in CLIls11752014-09-191-11/+4
* Use HTTPClient from common Oslo codeekudryashova2014-07-311-160/+18
* Merge "Improve --debug logging output"Jenkins2014-07-221-1/+3
|\
| * Improve --debug logging outputliu-sheng2014-07-071-1/+3
* | Calculate a suitable column width for positional argumentsChristian Berendt2014-07-161-0/+12
* | Update python-ceilometerclient to support Keystone V3 APIFabio Giannetti2014-06-261-79/+154
|/
* Merge "fixed several pep8 issues"Jenkins2014-05-291-1/+1
|\
| * fixed several pep8 issuesChristian Berendt2014-05-161-1/+1
* | Fix exception handling of CLIliu-sheng2014-05-231-1/+1
|/
* Improve help stringsAndreas Jaeger2014-02-031-14/+14
* Merge "Raise traceback on error when using CLI and -debug"Jenkins2014-01-281-3/+9
|\
| * Raise traceback on error when using CLI and -debugChmouel Boudjnah2014-01-191-3/+9
* | Merge "Remove ununsed httplib2 requirement"Jenkins2014-01-271-2/+0
|\ \
| * | Remove ununsed httplib2 requirementChmouel Boudjnah2014-01-271-2/+0
| |/
* | Merge "Using common methods from oslo cliutils"Jenkins2014-01-271-13/+15
|\ \
| * | Using common methods from oslo cliutilsJia Dong2014-01-241-13/+15
| |/
* | Avoid discarding alarm-threshold-create --query optionEoghan Glynn2014-01-231-3/+10
|/
* Supports bash_completion for ceilometerclientZhiQiang Fan2013-12-231-0/+29
* Merge "Encode exception on ceilometer-client for UnicodeDecodeError"Jenkins2013-12-141-1/+6
|\
| * Encode exception on ceilometer-client for UnicodeDecodeErrorChenZheng2013-11-281-1/+6
* | Change OpenStack Metering to OpenStack TelemetryAndreas Jaeger2013-12-021-1/+1
|/
* Ensure basic logging config is appliedEoghan Glynn2013-11-191-6/+6
* Added support to --os-cacertStefano Zilli2013-10-011-3/+9
* Make authenticated client easier to consume.Eoghan Glynn2013-06-211-54/+3
* Use Python 3.x compatible except constructDirk Mueller2013-06-071-1/+1
* Fix pep H306 (import order)Angus Salkeld2013-05-201-1/+1
* Fix pep H402 and H401 errorsAngus Salkeld2013-05-201-3/+1
* Fix mis-scoped Client class breaking CLIEoghan Glynn2013-05-151-1/+2
* client does not show versionGordon Chung2013-05-071-3/+5
* Change the default API version used by the cli to v2Angus Salkeld2013-04-101-2/+2
* Merge "Corrected help strings."Jenkins2013-03-191-3/+3
|\
| * Corrected help strings.Lianhao Lu2013-03-141-3/+3
* | Don't log unneccessarly on each http requestAngus Salkeld2013-03-131-4/+0
|/
* Support --os-auth-token.Lianhao Lu2013-02-201-32/+38
* Pin pep8 to 1.3.3Chuck Short2013-01-071-73/+78