summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-25 13:15:30 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-11-25 13:15:30 -0500
commit382e7184e5a23ebfeb2fd9ec432e6545170fee7d (patch)
treef856f64ce5ed9f757ba9a3e549ded1d638d4ebf7 /meta-openstack/recipes-devtools/python/python-glance_git.bb
parentee08e01f04ed40839f5b827cccb113cc3f2fb29c (diff)
downloadmeta-cloud-services-382e7184e5a23ebfeb2fd9ec432e6545170fee7d.tar.gz
core: update to stable/juno release branches
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 932ca5d..f7ae43c 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "glance" 8SRCNAME = "glance"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \
11 file://glance.init \ 11 file://glance.init \
12 file://glance-change-builtin-tests-config-location.patch \ 12 file://glance-change-builtin-tests-config-location.patch \
13 " 13 "
14 14
15# removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch 15# removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch
16 16
17SRCREV="453706b4b3a3d6d9c3b154a1fde59c34fc30234b" 17SRCREV="c5e302ef220803b6c86d588ddcff9a63eaaaccc2"
18PV="2014.2+git${SRCPV}" 18PV="2014.2+git${SRCPV}"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"