From 6544d4172c9f3c31ec5db5cd48095791eeb8fbc7 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Jul 2014 16:35:57 -0400 Subject: clients: update barbican, ceilo, cinder, glance, heat, keystone and swift Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb index 2bb1fce..873b17f 100644 --- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb @@ -10,8 +10,8 @@ SRC_URI = "\ git://github.com/openstack/python-barbicanclient.git;branch=master \ " -PV="2.1.0+git${SRCPV}" -SRCREV="80cd5724397d0c9c3371f7290591f9b06f610f88" +PV="2.2.1+git${SRCPV}" +SRCREV="ac30643631b6bc1c40116061f8eb280a7881e422" S = "${WORKDIR}/git" inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb index 778c919..a82344f 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb @@ -25,8 +25,8 @@ SRC_URI = "\ file://fix_ceilometerclient_memory_leak.patch \ " -PV="1.0.9+git${SRCPV}" -SRCREV="defbb95855443047c3fb0a90ca4a9c9d1a51180b" +PV="1.0.10+git${SRCPV}" +SRCREV="5c8a85e3861c0e90ef63325956ca809edca5719a" S = "${WORKDIR}/git" inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index 2866526..442d365 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb @@ -13,8 +13,8 @@ SRC_URI = "\ file://fix_cinderclient_memory_leak.patch \ " -PV="1.0.8+git${SRCPV}" -SRCREV="5278bdb0c53e34a6c647a0f8f6158f37236a9d2f" +PV="1.0.9+git${SRCPV}" +SRCREV="0c4010e7fbc9939905e8647afbe1358c384dc658" S = "${WORKDIR}/git" inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 80b166e..03dd740 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb @@ -9,8 +9,8 @@ DEPENDS += " \ python-pbr \ " -SRCREV = "3c16d23293e5ee977c0a62e012e83c1247844255" -PV = "0.12.0+git${SRCPV}" +SRCREV = "68c1d1fbc614d11b95f2fd6da26fd669e40f4186" +PV = "0.13.1+git${SRCPV}" PR = "0" SRC_URI = "\ diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb index 4547a98..a492ab5 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb @@ -23,8 +23,8 @@ SRCNAME = "heatclient" SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" -PV="0.2.7+git${SRCPV}" -SRCREV="2f07742f1dde22251e1c5d324e7cbeb701e2a789" +PV="0.2.10+git${SRCPV}" +SRCREV="a98c1f3617604c4871263ff9cc986b27f302ef46" S = "${WORKDIR}/git" inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index 2f891bf..d0e4569 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb @@ -14,7 +14,7 @@ SRC_URI = "\ " PV="0.9.0+git${SRCPV}" -SRCREV="0ed2eec57f14b7f50e472405d7a78130f124e5af" +SRCREV="679689f70748b1b28a14ecd29161f98881d80662" S = "${WORKDIR}/git" inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb index 15a8d8a..fe8cdae 100644 --- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb @@ -9,8 +9,8 @@ SRCNAME = "swiftclient" SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" -PV="2.0.2+git${SRCPV}" -SRCREV="fa65fbbce51a7a603a6453da51db41061e4388f9" +PV="2.1.0+git${SRCPV}" +SRCREV="4cc2201e21a68c61adc3ce572b979553b786fc0f" S = "${WORKDIR}/git" inherit setuptools python-dir -- cgit v1.2.3-54-g00ecf