summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-21 16:35:57 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-21 16:35:57 -0400
commit6544d4172c9f3c31ec5db5cd48095791eeb8fbc7 (patch)
tree1fb8bf3bd40886381222b0116813ce7d4085b5d1 /meta-openstack
parent524149970dc8af8cf5d6427c72dcb688eacaed62 (diff)
downloadmeta-cloud-services-6544d4172c9f3c31ec5db5cd48095791eeb8fbc7.tar.gz
clients: update barbican, ceilo, cinder, glance, heat, keystone and swift
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-glanceclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-heatclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb4
7 files changed, 13 insertions, 13 deletions
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 = "\
10 git://github.com/openstack/python-barbicanclient.git;branch=master \ 10 git://github.com/openstack/python-barbicanclient.git;branch=master \
11 " 11 "
12 12
13PV="2.1.0+git${SRCPV}" 13PV="2.2.1+git${SRCPV}"
14SRCREV="80cd5724397d0c9c3371f7290591f9b06f610f88" 14SRCREV="ac30643631b6bc1c40116061f8eb280a7881e422"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit setuptools 17inherit 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 = "\
25 file://fix_ceilometerclient_memory_leak.patch \ 25 file://fix_ceilometerclient_memory_leak.patch \
26 " 26 "
27 27
28PV="1.0.9+git${SRCPV}" 28PV="1.0.10+git${SRCPV}"
29SRCREV="defbb95855443047c3fb0a90ca4a9c9d1a51180b" 29SRCREV="5c8a85e3861c0e90ef63325956ca809edca5719a"
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32inherit setuptools 32inherit 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 = "\
13 file://fix_cinderclient_memory_leak.patch \ 13 file://fix_cinderclient_memory_leak.patch \
14 " 14 "
15 15
16PV="1.0.8+git${SRCPV}" 16PV="1.0.9+git${SRCPV}"
17SRCREV="5278bdb0c53e34a6c647a0f8f6158f37236a9d2f" 17SRCREV="0c4010e7fbc9939905e8647afbe1358c384dc658"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit setuptools 20inherit 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 += " \
9 python-pbr \ 9 python-pbr \
10 " 10 "
11 11
12SRCREV = "3c16d23293e5ee977c0a62e012e83c1247844255" 12SRCREV = "68c1d1fbc614d11b95f2fd6da26fd669e40f4186"
13PV = "0.12.0+git${SRCPV}" 13PV = "0.13.1+git${SRCPV}"
14PR = "0" 14PR = "0"
15 15
16SRC_URI = "\ 16SRC_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"
23 23
24SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" 24SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master"
25 25
26PV="0.2.7+git${SRCPV}" 26PV="0.2.10+git${SRCPV}"
27SRCREV="2f07742f1dde22251e1c5d324e7cbeb701e2a789" 27SRCREV="a98c1f3617604c4871263ff9cc986b27f302ef46"
28S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
29 29
30inherit setuptools 30inherit 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 = "\
14 " 14 "
15 15
16PV="0.9.0+git${SRCPV}" 16PV="0.9.0+git${SRCPV}"
17SRCREV="0ed2eec57f14b7f50e472405d7a78130f124e5af" 17SRCREV="679689f70748b1b28a14ecd29161f98881d80662"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit setuptools 20inherit 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"
9 9
10SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" 10SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
11 11
12PV="2.0.2+git${SRCPV}" 12PV="2.1.0+git${SRCPV}"
13SRCREV="fa65fbbce51a7a603a6453da51db41061e4388f9" 13SRCREV="4cc2201e21a68c61adc3ce572b979553b786fc0f"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools python-dir 16inherit setuptools python-dir