Files
collectd-openstack-plugins/collectd_ceilometer/__init__.py
Emma Foley fe6d579a28 Fix path issue for devstack
Add collectd_ceilometer_plugin.py so collectd doesn't get confused
between module and file.

Change-Id: Icd63feafebc3e057e4e0cf9392237464b7c7a5f1
Co-Authored-By: Jaroslav Safka <jaroslavx.safka@intel.com>
2016-03-01 13:41:22 +00:00

19 lines
728 B
Python

# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
"""Collectd Ceilometer plugin implementation"""
import pbr.version
__version__ = pbr.version.VersionInfo(
'collectd_ceilometer_plugin').version_string()