summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
index c3a69ee..0a19370 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -4,10 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r0"
8SRCNAME = "ceilometer" 7SRCNAME = "ceilometer"
9 8
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://ceilometer.conf \ 10 file://ceilometer.conf \
12 file://ceilometer.init \ 11 file://ceilometer.init \
13 file://fix_ceilometer_memory_leak.patch \ 12 file://fix_ceilometer_memory_leak.patch \
@@ -16,8 +15,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
16# file://ceilometer-builtin-tests-config-location.patch 15# file://ceilometer-builtin-tests-config-location.patch
17 16
18 17
19SRCREV="b2871217fec965c77581b0f4a33608dad7867d4b" 18SRCREV="06b9b908406e078bdbff2aa7e18d19f55ef31037"
20PV="2015.1.0b2+git${SRCPV}" 19PV="2015.1.2+git${SRCPV}"
21S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
22 21
23CEILOMETER_SECRET ?= "12121212" 22CEILOMETER_SECRET ?= "12121212"