summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-09-16 15:22:23 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-09-16 22:55:21 -0400
commitd926dfba758be9db6bed30df8bd334c73408cdf8 (patch)
treee7b72fa00fed958188bde5607ef5222739c41412 /meta-openstack/recipes-devtools/python/python-glance_git.bb
parent7c6d9411f8b95df95dcf6504f0bdcc6f4d08edd5 (diff)
downloadmeta-cloud-services-d926dfba758be9db6bed30df8bd334c73408cdf8.tar.gz
core: update core projects to juno b3 release
Along with this update, we also fix a bug with nova and neutron port types. this patch will be removed once it is fixed in the upstream project. 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.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 6a5370b..52c0ebf 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -8,13 +8,14 @@ PR = "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=master \
11 file://0001-glance-store-only-load-known-stores-not-all-stores.patch \
12 file://glance.init \ 11 file://glance.init \
13 file://glance-change-builtin-tests-config-location.patch \ 12 file://glance-change-builtin-tests-config-location.patch \
14 " 13 "
15 14
16SRCREV="e66ecfee4eacfe25a18cd05d3f88e25c91fa112c" 15# removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch
17PV="2014.2.b2+git${SRCPV}" 16
17SRCREV="7374d9347eeb6b354484984f06fd7e58fed50046"
18PV="2014.2.b3+git${SRCPV}"
18 19
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
20 21
@@ -177,6 +178,7 @@ RDEPENDS_${PN} += "python-greenlet \
177 python-oslo.i18n \ 178 python-oslo.i18n \
178 python-osprofiler \ 179 python-osprofiler \
179 python-retrying \ 180 python-retrying \
181 python-glancestore \
180 " 182 "
181 183
182RDEPENDS_${SRCNAME} = "${PN} \ 184RDEPENDS_${SRCNAME} = "${PN} \