From 74a9cd7f6f81fe5e4f4071c9b7742536f3d1d8e6 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 3 Apr 2014 23:51:34 -0400 Subject: clients: update to the latest client code Updating to the latest clients as of April 3, 2014. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 4 ++-- meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 2 +- meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb index dce3e12..778c919 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb @@ -26,7 +26,7 @@ SRC_URI = "\ " PV="1.0.9+git${SRCPV}" -SRCREV="6f4ec9dc96477131c90040ee00f5535e50d5f914" +SRCREV="defbb95855443047c3fb0a90ca4a9c9d1a51180b" 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 1f4e4a6..2866526 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb @@ -14,7 +14,7 @@ SRC_URI = "\ " PV="1.0.8+git${SRCPV}" -SRCREV="ea8c9554c947b7fd30adfb1249a9317f258901ab" +SRCREV="5278bdb0c53e34a6c647a0f8f6158f37236a9d2f" 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 7777f99..4026cb3 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 = "23ad1d6db7ec8116afed7c8aca3832dac440930a" -PV = "0.12.0+gitr${SRCREV}" +SRCREV = "3c16d23293e5ee977c0a62e012e83c1247844255" +PV = "0.12.0+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 9902de1..bd9a68d 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb @@ -23,7 +23,7 @@ PR = "r0" SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" PV="0.2.7+git${SRCPV}" -SRCREV="55e794f922dd2005a62bb33fd129996b6c476b66" +SRCREV="2f07742f1dde22251e1c5d324e7cbeb701e2a789" 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 f376617..de75a63 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb @@ -12,7 +12,7 @@ SRC_URI = "\ " PV="0.6.0+git${SRCPV}" -SRCREV="a6b8e506740935498f5eba319c67b740d17752a2" +SRCREV="d69461b18fcd05fdce63e98634cd6e7f102ff091" S = "${WORKDIR}/git" inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index 2aac1e9..753abcd 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb @@ -23,7 +23,7 @@ PR = "r0" SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master" PV="2.3.4+git${SRCPV}" -SRCREV="6adb11703cb5b55a4af45e8524dc1039fb03176c" +SRCREV="663f8bd2cf5825ff587b2b10bf5d4a4bfc082534" S = "${WORKDIR}/git" inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index ff81924..9d114d2 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb @@ -12,7 +12,7 @@ SRC_URI = "\ " PV="2.16.0+git${SRCPV}" -SRCREV="64043442bbafa48f9042b669d30292b1db00db4f" +SRCREV="9344f02649df65af26ca13b4d3443be73beb5d4e" 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 fe3f062..1e13b04 100644 --- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb @@ -9,7 +9,7 @@ PR = "r0" SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" PV="2.0.2+git${SRCPV}" -SRCREV="3d35a3e989a180b3785b4f259a03c09eed32a14d" +SRCREV="fa65fbbce51a7a603a6453da51db41061e4388f9" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf