Remove pbr-dependent code

- Remove the pbr import in colelctd_ceiloemter/__init__.py
- PBR is still needed for a pip_install, but was causing import
  errors in the plugin.

Change-Id: I24c6349caba3fdd097a5218cc048aa696bd27550
Closes-Bug: #1644254
This commit is contained in:
Emma Foley 2017-01-20 16:25:16 +00:00
parent 2e690a324c
commit f0adfc65c0

View File

@ -11,8 +11,4 @@
# 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')
"""Collectd Ceilometer plugin"""