zVM compute agent plugins for OpenStack Ceilometer
Go to file
Huang Rui dddf5f281b zvm inspector can not get instance data in shutdown stat
There's no performance data return from zvm management tool if the
virtual machine in shutdown stat.

In current implementation, InstanceNotFoundException would be
raised in this case.

With this change integrated, zvm inspector will check instance's
power_state at first, then try to get the data.

Also did some change to ignore invalid data format exception that
in case of all virtual machines on the compute node are in shutdow
state.

Change-Id: I02b69adc6e818a69d1e6887a3344f6bf0b344aa7
2016-01-22 10:26:53 +08:00
ceilometer_zvm zvm inspector can not get instance data in shutdown stat 2016-01-22 10:26:53 +08:00
doc/source Init commit of ceilometer-zvm 2015-08-28 14:02:13 +08:00
.gitignore Init commit of ceilometer-zvm 2015-08-28 14:02:13 +08:00
.gitreview Update .gitreview for new namespace 2015-10-17 21:56:26 +00:00
.testr.conf Init commit of ceilometer-zvm 2015-08-28 14:02:13 +08:00
README.rst Init commit of ceilometer-zvm 2015-08-28 14:02:13 +08:00
requirements.txt Init commit of ceilometer-zvm 2015-08-28 14:02:13 +08:00
setup.cfg Init commit of ceilometer-zvm 2015-08-28 14:02:13 +08:00
setup.py Init commit of ceilometer-zvm 2015-08-28 14:02:13 +08:00
test-requirements.txt Init commit of ceilometer-zvm 2015-08-28 14:02:13 +08:00
tox.ini Implement zvm inspector helper function - _get_inst_stat 2015-09-17 09:47:27 +08:00

README.rst

TODO(rui): To add readme content