dec181727cda490bdd128211362dacac3ea8641f

An analysis of the code with a static analysis tool (OpenScanHub) revealed that there is an if-else block that had identical 'then' and 'else' branches. It seems clear that the if-else block is no longer needed, so this patch removes it. Change-Id: I5152c5d58d0db263045cb95d47d594c518bbc8da
Middleware for OpenStack Telemetry (Ceilometer)
This library provides middleware modules designed to enable metric and event data generation to be consumed by Ceilometer.
For information on contributing, see
CONTRIBUTING.rst
.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/ceilometermiddleware/latest/
- Source: http://opendev.org/openstack/ceilometermiddleware
- Bugs: http://bugs.launchpad.net/ceilometermiddleware
For any other information, refer to the parent project, Ceilometer:
Description
Languages
Python
100%