summaryrefslogtreecommitdiff
path: root/ceilometerclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Switch to keystoneauth"Jenkins2016-06-231-8/+8
|\
| * Switch to keystoneauthClenimar Filemon2016-06-011-8/+8
* | Ignore aodh_endpoint argumentrabi2016-06-071-0/+2
|/
* Trivial: remove `None` as a redundant argument to dict.get()Chaozhe.Chen2016-02-221-1/+1
* Only token or creds are required.Mehdi Abaakouk2016-01-131-9/+30
* Don't copy the auth_plugin for aodhMehdi Abaakouk2016-01-071-75/+1
* Merge "Token will be lost when constructing a ceilometer client"2.1.0Jenkins2015-11-301-1/+3
|\
| * Token will be lost when constructing a ceilometer clientxiangjun li2015-11-271-1/+3
* | Merge "Ensure metering is the default service_type"Jenkins2015-11-271-2/+2
|\ \
| * | Ensure metering is the default service_typeMehdi Abaakouk2015-11-201-2/+2
* | | Merge "Correct an api reference error"Jenkins2015-11-261-1/+1
|\ \ \ | |/ / |/| |
| * | Correct an api reference errorLianhao Lu2015-11-251-1/+1
| |/
* | Ignores endpoint_type if interface is providedMehdi Abaakouk2015-11-201-2/+2
|/
* Remove double API requestsMehdi Abaakouk2015-11-201-1/+0
* fix typos in docstringZhiQiang Fan2015-10-191-6/+6
* Move to keystone session objectMehdi Abaakouk2015-10-071-1/+108
* tenant_id not required with keystone v3Rohit Jaiswal2015-07-311-2/+8
* Add support for client redirecting to aodh endpoint if availableliu-sheng2015-07-221-27/+104
* Merge "Use oslo_utils instead of deprecated oslo.utils"Jenkins2015-05-291-1/+1
|\
| * Use oslo_utils instead of deprecated oslo.utilsDina Belova2015-05-111-1/+1
* | Fix alarm-evaluator can't start when ssl was enabledLan Qi song2015-05-111-3/+3
|/
* Add timeout for keystoneclient sessionZhiQiang Fan2015-04-141-1/+3
* add region_name to auth plugin parametersZhiQiang Fan2015-04-141-0/+2
* Merge "ceilometerclient insecure argument no longer works"Jenkins2015-04-141-1/+3
|\
| * ceilometerclient insecure argument no longer worksMatthew Edmonds2015-04-071-1/+3
* | Merge "fix client docstring"Jenkins2015-04-091-0/+2
|\ \ | |/ |/|
| * fix client docstringZhiQiang Fan2015-04-061-0/+2
* | ceilometerclient fails with keystone v3 authMatthew Edmonds2015-03-311-0/+2
|/
* add in missing optionsgordon chung2015-03-191-1/+2
* Fixes bug with Client function not setting up SSL paramsSrinivas Sakhamuri2015-03-121-30/+33
* Merge "Allow all pep8 checks"Jenkins2015-01-201-2/+1
|\
| * Allow all pep8 checksDina Belova2015-01-121-2/+1
* | Merge "Fix improper parameter setup for cacert and client certs"Jenkins2015-01-161-1/+25
|\ \
| * | Fix improper parameter setup for cacert and client certsSrinivas Sakhamuri2015-01-151-1/+25
| |/
* | Merge "Remove redundant parentheses (except openstack.common)"Jenkins2015-01-131-1/+1
|\ \ | |/ |/|
| * Remove redundant parentheses (except openstack.common)Dina Belova2014-12-101-1/+1
* | Support ceilometer-url and os-endpointZhiQiang Fan2015-01-081-20/+23
* | Enable --os-insecure CLI optionZhiQiang Fan2014-12-061-1/+3
|/
* Support os-endpoint-typeZhiQiang Fan2014-11-271-2/+3
* Fix wrong initialization of AuthPlugin for keystone v3ZhiQiang Fan2014-11-111-0/+8
* Merge "keystone discovery fallback support"Jenkins2014-09-201-42/+41
|\
| * keystone discovery fallback supportgordon chung2014-09-101-42/+41
* | Typo "authtenticated" instead of "authenticated"Rafael Rivero2014-09-181-1/+1
* | Fix AuthPlugin authentificationPavlo Shchelokovskyy2014-09-151-1/+1
|/
* Add endpoint opt into auth_pluginEugeniya Kudryashova2014-08-081-1/+1
* Use HTTPClient from common Oslo codeekudryashova2014-07-311-45/+113
* Update python-ceilometerclient to support Keystone V3 APIFabio Giannetti2014-06-261-47/+156
* Avoid dead loop when token is string formatZhiQiang Fan2014-04-261-2/+2
* Checking the type of auth_token, and fixing it if necessaryMarc Solanas2014-03-131-6/+9
* client looking at wrong cacert argument nameGordon Chung2014-01-061-1/+1