summaryrefslogtreecommitdiff
path: root/ceilometer/image/glance.py
Commit message (Expand)AuthorAgeFilesLines
* Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
* separate base manager from pipelinegord chung2017-11-161-1/+1
* drop image pollstergord chung2016-11-221-15/+0
* Switch to use Glance v2 in image pollstersliusheng2016-08-051-79/+26
* Drop timestamping in pollstersWenzhi Yu2016-05-061-3/+0
* Fix typos in comments and config strings.Dao Cong Tien2016-03-291-1/+1
* Use keystoneauth1 instead of manual setupMehdi Abaakouk2015-12-081-6/+5
* Replace isotime() with utcnow() and isoformat()Jie Li2015-07-271-2/+2
* Ceilometer retrieve all images by 'all-tenants'liu-sheng2015-03-251-25/+1
* Upgrade to hacking 0.10Julien Danjou2015-01-231-2/+0
* Use oslo_config instead of deprecated oslo.configDina Belova2015-01-151-1/+1
* Use oslo_utils instead of deprecated oslo.utilsZhiQiang Fan2015-01-101-1/+1
* Move central agent code to the polling agent moduleDina Belova2014-12-121-2/+2
* Add timeout to all http requestsZhiQiang Fan2014-11-201-1/+2
* switch to oslo-config-generatorgordon chung2014-10-121-2/+2
* Enable to get service types from configuration fileHisashi Osanai2014-09-191-1/+8
* Migrate the rest of the central agent pollsters to use discoveriesNejc Saje2014-09-081-39/+40
* Merge "skip polls if service is not registered"Jenkins2014-08-261-2/+2
|\
| * skip polls if service is not registeredgordon chung2014-08-241-2/+2
* | Switch to oslo.utilsJulien Danjou2014-08-221-1/+1
|/
* Set page size when Glance API request is calledRikimaru Honjo2014-08-111-4/+20
* Fix typos in code comments & docstringsAbhishek Lekshmanan2014-07-101-1/+1
* Fix E265 violations and re-enable gatingIgor Degtiarov2014-06-251-2/+2
* Fix E126,H104 violations and re-enable gatingshuangtai2014-06-251-2/+1
* Merge "Skipping central agent pollster when keystone not available"Jenkins2014-06-101-4/+4
|\
| * Skipping central agent pollster when keystone not availableLianhao Lu2014-06-101-4/+4
* | Remove (c) and remove unnecessary encoding linesMartin Geisler2014-05-311-2/+1
|/
* Use None instead of mutables in method params defaultsDina Belova2014-05-221-2/+2
* Propogate cacert and insecure flags to glanceclientEoghan Glynn2014-02-111-1/+4
* Added resources support in pollster's interfaceLianhao Lu2014-01-201-2/+2
* Corrected import orderLianhao Lu2013-11-131-2/+2
* Rename get_counters to get_samplesJay Lau2013-08-021-2/+2
* Merge "Use configured endpoint_type everywhere"Jenkins2013-07-291-1/+2
|\
| * Use configured endpoint_type everywhereJulien Danjou2013-07-251-1/+2
* | Rename ceilometer.counter to ceilometer.sampleJulien Danjou2013-07-291-5/+5
|/
* Remove get_counter_names from the pollster pluginsDoug Hellmann2013-07-121-8/+0
* Split up the glance pollstersDoug Hellmann2013-07-111-1/+11
* Update glance pollster to use cacheDoug Hellmann2013-07-021-3/+8
* Add pollster data cacheDoug Hellmann2013-07-021-1/+1
* ImagePollster record duplicate counter during one pollxingzhou2013-05-271-2/+21
* Make HACKING compliantSandy Walsh2013-03-071-2/+1
* Use the same Keystone client instance for pollsterJulien Danjou2013-02-051-15/+9
* Update pollsters to return counter listYunhong, Jiang2013-02-051-0/+4
* Removed unused param for get_counters().Lianhao Lu2013-01-311-1/+1
* Remove the ImageSizePollsterYunhong, Jiang2013-01-161-6/+0
* Update pep8 to 1.3.3Julien Danjou2013-01-151-18/+18
* Provide the meters unit's in /metersguillaume pernot2013-01-111-0/+2
* Set source at publish timeJulien Danjou2012-10-261-2/+0
* Use glance public API as opposed to registry API.Eoghan Glynn2012-10-221-27/+22
* image: add update event, fix ImageServe ownerJulien Danjou2012-10-091-1/+1