summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 20:04:10 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 20:04:10 -0400
commit3e625d7fc1342a4c02d7d5c6e7797fe89fce5983 (patch)
tree80216acf178a493725cd239ee83e0297a05dbfb0 /meta-openstack
parente8755fe05a90b2f6c2d49dc09fedc72f255c7dc6 (diff)
downloadmeta-cloud-services-3e625d7fc1342a4c02d7d5c6e7797fe89fce5983.tar.gz
cinder: uprev to Icehouse release
Introduce the uprev to the icehouse release. Outside of the core functionality and new dependencies, there are no recipe visible changes at the moment. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
index 237377d..0239406 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "cinder" 8SRCNAME = "cinder"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
11 file://cinder.conf \ 11 file://cinder.conf \
12 file://cinder.init \ 12 file://cinder.init \
13 file://cinder-volume \ 13 file://cinder-volume \
@@ -19,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
19 file://fix_cinder_memory_leak.patch \ 19 file://fix_cinder_memory_leak.patch \
20 " 20 "
21 21
22SRCREV="8b5fb8409322f61d8b610c97c109a61bf48a940e" 22SRCREV="978b036a6467f7f6afb4419f92bf4fa7d1ff2347"
23PV="2013.2.2+git${SRCPV}" 23PV="2014.1+git${SRCPV}"
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
26inherit setuptools update-rc.d identity default_configs 26inherit setuptools update-rc.d identity default_configs
@@ -168,6 +168,7 @@ RDEPENDS_${PN} += "lvm2 \
168 python-cinderclient \ 168 python-cinderclient \
169 python-oslo.config \ 169 python-oslo.config \
170 python-pbr \ 170 python-pbr \
171 python-taskflow \
171 " 172 "
172 173
173RDEPENDS_${SRCNAME} = "${PN} \ 174RDEPENDS_${SRCNAME} = "${PN} \