summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-07 08:51:30 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-07 08:51:30 -0400
commit7e553f69dbfbdd2f79c892f6d6f25e1540088659 (patch)
tree66a3de80e06dcaf43c036c27a6168269a1cc96b0 /meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
parent7b1c8e1d5d37ce4a88ca90ff949fe86ff0d45315 (diff)
downloadmeta-cloud-services-7e553f69dbfbdd2f79c892f6d6f25e1540088659.tar.gz
ceilometer: update to icehouse/stable
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
index a58d218..9a55a71 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -7,15 +7,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "ceilometer" 8SRCNAME = "ceilometer"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
11 file://ceilometer.conf \ 11 file://ceilometer.conf \
12 file://ceilometer.init \ 12 file://ceilometer.init \
13 file://0001-sqlalchemy-fix-grouping-for-postgresql-databases.patch \ 13 file://0001-sqlalchemy-fix-grouping-for-postgresql-databases.patch \
14 file://fix_ceilometer_memory_leak.patch \ 14 file://fix_ceilometer_memory_leak.patch \
15" 15"
16 16
17SRCREV="faada69444988c66a09ade812e10fa2ab5a0adae" 17SRCREV="c8733b2bc1301bc8dd5119a630d855ace1c747bf"
18PV="2014.1.b2+git${SRCPV}" 18PV="2014.1+git${SRCPV}"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21CEILOMETER_SECRET ?= "12121212" 21CEILOMETER_SECRET ?= "12121212"