From d926dfba758be9db6bed30df8bd334c73408cdf8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 16 Sep 2014 15:22:23 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-glance_git.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb') 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" SRCNAME = "glance" SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ - file://0001-glance-store-only-load-known-stores-not-all-stores.patch \ file://glance.init \ file://glance-change-builtin-tests-config-location.patch \ " -SRCREV="e66ecfee4eacfe25a18cd05d3f88e25c91fa112c" -PV="2014.2.b2+git${SRCPV}" +# removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch + +SRCREV="7374d9347eeb6b354484984f06fd7e58fed50046" +PV="2014.2.b3+git${SRCPV}" S = "${WORKDIR}/git" @@ -177,6 +178,7 @@ RDEPENDS_${PN} += "python-greenlet \ python-oslo.i18n \ python-osprofiler \ python-retrying \ + python-glancestore \ " RDEPENDS_${SRCNAME} = "${PN} \ -- cgit v1.2.3-54-g00ecf