yanheven 53fe9976cc fix the value of query_spec.maxSample to advoid to be zero
code before:
VC_REAL_TIME_SAMPLING_INTERVAL = 20

samples_cnt = (int(duration / VC_REAL_TIME_SAMPLING_INTERVAL)
if duration else 1)
query_spec.maxSample = samples_cnt

if we set the value of "interval" in /etc/ceilometer/pipline.yaml to less
than 20,the value of "query_spec.maxSample" will be 0,which will cause
problem when use it to send request to vsphere server

Change-Id: Ibdb586109fe5334f3080539a40ff92badead837b
Closes-Bug:#1415307
2015-02-10 02:31:01 +00:00
2015-01-23 17:43:04 +01:00
2014-12-03 06:39:17 +00:00
2015-01-23 17:43:04 +01:00
2012-11-11 19:13:08 +00:00
2014-10-09 10:31:23 +03:00
2014-10-01 10:26:27 +02:00
2013-03-15 14:25:48 +00:00
2013-07-14 21:09:38 +02:00
2012-12-05 10:22:43 +01:00
2015-01-16 09:09:05 +08:00
2014-05-20 12:59:42 -04:00
2015-01-23 17:43:04 +01:00

ceilometer

See the ReleaseNotes document and the project home for more info.

http://launchpad.net/ceilometer

Description
OpenStack Telemetry (Ceilometer) Alarming
Readme 21 MiB
Languages
Python 98%
Shell 1.8%
Mako 0.2%