summaryrefslogtreecommitdiff
path: root/ceilometer/ipmi
Commit message (Expand)AuthorAgeFilesLines
* Replace six with python3 code stylekuangcx2021-01-132-6/+2
* Update hacking for Python3Andreas Jaeger2020-03-311-1/+1
* Switch to oslo privsepzhurong2019-04-281-2/+3
* avoid verbose tracebacks on known errorsgord chung2018-02-122-2/+4
* separate base manager from pipelinegord chung2017-11-162-2/+2
* rename sample handlergord chung2017-11-081-1/+1
* common notification endpointgord chung2017-11-081-2/+2
* remove ironic exchangegord chung2017-10-041-16/+2
* stop converting to old message formatgord chung2017-07-281-1/+5
* Fix typo for additional device support in intel node mangerHuachao Mao2017-07-041-1/+1
* register ceilometer options at runtimeMehdi Abaakouk2016-11-245-18/+0
* intel_node_manager: stop using global confMehdi Abaakouk2016-11-242-3/+4
* Remove useless singleton checkMehdi Abaakouk2016-11-241-13/+12
* pollsters: stop using global confMehdi Abaakouk2016-11-072-14/+12
* Drop timestamping in pollstersWenzhi Yu2016-05-062-4/+0
* Simplify chained comparisonEyal2016-04-042-4/+2
* Fix typos in comments and config strings.Dao Cong Tien2016-03-291-1/+1
* Fix SDR file parsing for Intel Node ManagerYuriy Zveryanskyy2016-02-191-16/+13
* Replace LOG.warn with LOG.warningChaozhe.Chen2016-01-061-1/+1
* Misspelling in messagehgangwx2015-12-221-1/+1
* oslo.messaging option group/name change for notification topicsDavanum Srinivas2015-12-071-3/+2
* Fix for rgw still throwing errorsRohit Jaiswal2015-08-062-2/+2
* Port IPMI to Python 3Victor Stinner2015-06-121-0/+3
* use oslo.log instead of oslo-incubator codeZhiQiang Fan2015-05-283-3/+3
* Drop use of 'oslo' namespace package.Doug Hellmann2015-04-281-1/+1
* Use old name of 'hardware.ipmi.node.temperature'Ildiko Vancsa2015-04-031-1/+5
* Add more power and thermal dataEdwin Zhai2015-03-103-37/+177
* Enabling self-disabled pollsterEdwin Zhai2015-02-113-4/+91
* Remove no_resource hack for IPMI pollsterEdwin Zhai2015-02-062-6/+0
* Add local node resource for IPMI pollstersEdwin Zhai2015-02-062-2/+2
* Upgrade to hacking 0.10Julien Danjou2015-01-237-16/+0
* Refactor ipmi agent managerLianhao Lu2015-01-161-23/+0
* Use oslo_config instead of deprecated oslo.configDina Belova2015-01-154-4/+4
* Use oslo_utils instead of deprecated oslo.utilsZhiQiang Fan2015-01-102-2/+2
* Merge "Check to skip to poll and publish when no resource"Jenkins2015-01-082-0/+5
|\
| * Check to skip to poll and publish when no resourceLena Novokshonova2014-12-252-0/+5
* | Make methods static where possible (except openstack.common)Dina Belova2014-12-152-2/+4
|/
* Move central agent code to the polling agent moduleDina Belova2014-12-124-8/+8
* Port to graduated library oslo.i18nZhiQiang Fan2014-12-093-3/+3
* fix import oslo.concurrency issueKennan2014-12-031-1/+1
* Switch to oslo.concurrencyJulien Danjou2014-11-171-1/+1
* Merge "Fix hacking rule H305 imports not grouped correctly"Jenkins2014-10-301-1/+2
|\
| * Fix hacking rule H305 imports not grouped correctlyZhiQiang Fan2014-10-301-1/+2
* | remove ordereddict requirementgordon chung2014-10-291-14/+6
|/
* Merge "Handle poorly formed individual sensor readings"Jenkins2014-10-151-3/+8
|\
| * Handle poorly formed individual sensor readingsChris Dent2014-10-151-3/+8
* | switch to oslo-config-generatorgordon chung2014-10-121-7/+7
|/
* Include a 'node' key and value in ipmi metadataChris Dent2014-10-063-2/+11
* Fix OrderedDict usage for Python 2.6Thomas Bechtold2014-09-301-7/+14
* Use None instead of mutables in method params default valuesLena Novokshonova2014-09-192-2/+7