diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 11:56:22 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 11:56:22 -0400 |
| commit | 28c1417fd23a8281e62f3b18e68bd5d835338c84 (patch) | |
| tree | 72dd3073186a5de62303d1c0f34a150f3826fdb6 /meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |
| parent | 5c20a57df984d550057cd714b131f154c9940a25 (diff) | |
| download | meta-cloud-services-28c1417fd23a8281e62f3b18e68bd5d835338c84.tar.gz | |
ceilometer: update to juno
Updating the ceilometer project to the juno release branches. With this
update, we can drop one patch that isno longer needed, and refresh another
for juno.
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.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index afa905c..4c94300 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
| @@ -7,17 +7,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | SRCNAME = "ceilometer" | 8 | SRCNAME = "ceilometer" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ |
| 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 \ | ||
| 14 | file://fix_ceilometer_memory_leak.patch \ | 13 | file://fix_ceilometer_memory_leak.patch \ |
| 15 | file://ceilometer-builtin-tests-config-location.patch \ | 14 | file://ceilometer-builtin-tests-config-location.patch \ |
| 16 | file://skip-failed-unsupported-db-ceilometer-builtin-tests.patch \ | ||
| 17 | " | 15 | " |
| 18 | 16 | ||
| 19 | SRCREV="c8733b2bc1301bc8dd5119a630d855ace1c747bf" | 17 | SRCREV="d4baab8a135b88ccb673b8e6dd35386786b52281" |
| 20 | PV="2014.1+git${SRCPV}" | 18 | PV="2014.2.b1+git${SRCPV}" |
| 21 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 22 | 20 | ||
| 23 | CEILOMETER_SECRET ?= "12121212" | 21 | CEILOMETER_SECRET ?= "12121212" |
