summaryrefslogtreecommitdiff
path: root/ceilometer/version.py
Commit message (Collapse)AuthorAgeFilesLines
* Introduce Guru Meditation Reports into Ceilometerliu-sheng2015-08-201-0/+17
| | | | | | | | | | This commit integrates functionality from the `openstack.common.report` module into Ceilometer. This enables Ceilometer services to receive SIGUSR1 and print a Guru Meditation Report to stderr or file. The required modules were added to 'openstack-common.conf' as well. Change-Id: Ic59c08a610dff7140f14304a60f1c3297d190239 Implements: blueprint guru-meditation-report
* Update to latest oslo-versionMonty Taylor2013-02-161-25/+0
| | | | | | In support of tag-based versioning, update to latest oslo-version code. Change-Id: I11e85bbfb67e42628cbb13ba5294047960600eae
* Update openstack.commonJulien Danjou2013-01-221-2/+1
| | | | | Change-Id: I952bc668ce10d05944eb0d2b06c8eff917c22af8 Signed-off-by: Julien Danjou <julien@danjou.info>
* Use openstack versioningDoug Hellmann2012-11-081-0/+26
1. Add the version module from openstack.common. 2. Create a ceilometer/version.py to set up the version info. 3. Update setup.py from openstack.common. 4. Update documentation build to use the version module directly instead of running setup.py to get the version. 5. Update setup.py to use the new version module. Change-Id: I9d8be62b8ece75090bf335d27adb59a46e3d6263 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>