summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-18 16:08:34 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-18 16:08:34 -0400
commit0b05b9a4c7085c1752fb317b3e2ffc90d76220d3 (patch)
treedc39c567b2a9cba8e955b1e39672599971ede73c /meta-openstack/recipes-devtools/python/python-cinder_git.bb
parent231bcf46fd9d999e8ea4ef354d1ee400bef727d5 (diff)
downloadmeta-cloud-services-0b05b9a4c7085c1752fb317b3e2ffc90d76220d3.tar.gz
cinder: uprev to juno
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb6
1 files changed, 3 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 0866dca..c648bae 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/icehouse \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
11 file://cinder.conf \ 11 file://cinder.conf \
12 file://cinder.init \ 12 file://cinder.init \
13 file://cinder-volume \ 13 file://cinder-volume \
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
20 file://cinder-builtin-tests-config-location.patch \ 20 file://cinder-builtin-tests-config-location.patch \
21 " 21 "
22 22
23SRCREV="978b036a6467f7f6afb4419f92bf4fa7d1ff2347" 23SRCREV="116f54dbf188a17b5e3dd966658e98bf19b8912b"
24PV="2014.1+git${SRCPV}" 24PV="2014.2.b1+git${SRCPV}"
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26
27inherit setuptools update-rc.d identity default_configs 27inherit setuptools update-rc.d identity default_configs