Commit Graph

7 Commits

Author SHA1 Message Date
Huang Rui 96614052e8 fix pep8 error
Change-Id: I2ffbd131051676a5e28f80a6ea2ccc120362c7a8
2024-01-03 10:54:33 +08:00
Dong Ma 63f0b1dd5a Update ceilometer zuul jobs and fix UT on python3
* Enable upload-git-mirror job to replicate to github.ibm.com
* Enable python3 job and drop py2 job
* Fixed the UT errors on python3
* Fixed the pep8: E501 line too long (83 > 79 characters)

Change-Id: I6a15ff396282032e91732eaad632ea65db7c18e0
2020-12-02 09:57:11 +08:00
dongyan yang 0085957cb5 add ca_file and token_file when initialize zvmconnectorrequesthandler
Change-Id: I1b03b8df879e3cf1612e2b6558005d99d7254c04
2018-01-16 18:33:20 +08:00
dongyan yang e6e9b9efb0 switch to use the zvm cloud connector backend
Utilize the new zvm cloud connector utilities for the implement of
ceilometer-zvm driver APIs.

Change-Id: Ia24c4ca0c1e34f4a225ab1ddc58220e1d3e92774
2017-12-22 10:54:02 +08:00
Huang Rui f4c3964e35 Implement zvm inspector helper function - _get_inst_stat
In _get_inst_stat, would check cache data expir or not, then update
cache if needed, at last, return instance data per latest cache.

Change-Id: Iaa499622f1f4e38182a50249f8c63b02e7a36465
2015-09-17 09:47:27 +08:00
Huang Rui fdc488f33f import zvm utils.py
import zvm utils.py from nova-zvm-virt-driver.

utils.py in ceilometer-zvm is a subset of utils.py in
nova-zvm-virt-driver. Mainly includes xcaturl, xcatconnection and
other utilities.

Change-Id: I3487762f73e3f9cbf025856ba94a4a90bc2d83ee
2015-09-16 18:37:34 +08:00
Huang Rui 9882374a4c Init commit of ceilometer-zvm
Build project infrastructure, including:
- project source tree
- init sphinx doc
- testr config file
- .gitignore
- requirement and test-requirement file
- setup.py and setup.cfg
- tox config file
- empty README.rst

Change-Id: Ia4c1b03aa1dc871b9e41d56bf7c4a160eff4e1e1
2015-08-28 14:02:13 +08:00