summaryrefslogtreecommitdiff
path: root/ceilometerclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Retire ceilometerclientJulien Danjou2017-11-221-480/+0
* Correct docs usage of keystoneauth1 sessionGage Hugo2017-09-121-1/+1
* [bugfix]with keystone v3 Could not find domain: default.zhangjianfeng2017-05-091-6/+2
* Adjust parameters order of tenant_xxx and project_xxxJeremy Liu2017-02-041-1/+1
* Merge "panko redirect"Jenkins2017-01-231-1/+2
|\
| * panko redirectgord chung2017-01-111-1/+2
* | Adding default project and domain if nothing is specifiedPrateek Khushalani2016-12-151-1/+9
|/
* move old oslo-incubator code out of openstack/commonSteve Martinelli2016-11-041-3/+3
* Make method import_versioned_module workLuong Anh Tuan2016-11-031-2/+3
* Fixes SSLError during cclient.meters.list() by https2.7.0Ekaterina Khripunova2016-10-171-2/+2
* 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