summaryrefslogtreecommitdiff
path: root/ceilometer/version.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-02-04 09:35:51 +1100
committerMonty Taylor <mordred@inaugust.com>2013-02-16 23:46:00 -0800
commitf6ae203c98c5bc1ebdff97ebae316c333ac8f9cd (patch)
tree695f5711e59c86cb78a9863d4031f04605c9574d /ceilometer/version.py
parentc61bd41ab64bba2b21d7d2af68e87e07a748c9f1 (diff)
downloadceilometer-f6ae203c98c5bc1ebdff97ebae316c333ac8f9cd.tar.gz
Update to latest oslo-version
In support of tag-based versioning, update to latest oslo-version code. Change-Id: I11e85bbfb67e42628cbb13ba5294047960600eae
Diffstat (limited to 'ceilometer/version.py')
-rw-r--r--ceilometer/version.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/ceilometer/version.py b/ceilometer/version.py
deleted file mode 100644
index 40dc5d9b..00000000
--- a/ceilometer/version.py
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- encoding: utf-8 -*-
-#
-# Copyright © 2012 New Dream Network, LLC (DreamHost)
-#
-# Author: Doug Hellmann <doug.hellmann@dreamhost.com>
-#
-# 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.
-"""Version information for ceilometer.
-"""
-
-from ceilometer.openstack.common import version as common_version
-
-NEXT_VERSION = '2013.1'
-
-version_info = common_version.VersionInfo('ceilometer')