The Ceilometer API has been deprecated for a while now. Some of the meter
types queried by the collector (instance, image) have been removed from the
Telemetry project in the Ocata release.
In order to make sure that the warning will be seen, it has been put in the
constructor of the Worker class.
We should completely remove the collector during the next release cycle.
Change-Id: Ieaa2bc585d0cbcf7b035da627e189c920c9a8e08
This fixes the value of UsageEnd in CSV reports. Currently, it is always
equal to the usage_start of the first processed dataframe + one collect period.
It was an issue with the first condition of _get_usage_end(): given that
_get_usage_start() was always called before _get_usage_end(), the condition
was always true and cached_end was never updated.
Change-Id: Ice8f3b291a2b1327b9b95e1974de1431a93fd29e
Story: 2001414
Task: 6112
Remove deprecated model `ModuleEnableState` and use
`ModuleInfo` instead.
Also remove code of billingController, billingProcess
and billing datemodels.
Change-Id: Ie229edf736ef80b70d66649a1b26d68c69758e45
This adds check and gate jobs using the new Tempest plugin to CloudKitty.
The jobs are non-voting for now.
Change-Id: I455eb7208fb97c140b94db9ae53f9da2cd87de82
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.
Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.
This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.
Change-Id: If695142020e9d877163f40a10f360b9dce264bb3
This adds a collector for Monasca. For now, only ceilometer metrics
published by ceilosca (https://github.com/openstack/monasca-ceilometer)
are collected, but this should be extended in the future.
Change-Id: If4553dd1ab1a45846699735979b54426e121a0b1
Task: 5717
Story: 2001211
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.
[0]https://review.openstack.org/#/c/472275/
Change-Id: I90c760c25a2d9007982c7c0ae5b0bd76c9606bd2
This adds the releasenotes directory to the cloudkitty repo.
It maintains the releasenotes for cloudkitty.
Change-Id: Ia624add53a456c05e24f3a725f5f5edd6af35f45
Implements: blueprint maintain-releasenotes