summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-10-17 13:22:10 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-10-17 13:22:10 -0400
commit0770c2edfd5767227313729834b7ef7dd279df2b (patch)
tree1c81133fbe1408aee46a839bd3ebc47f883292f3
parentd76c0ceb759c612ccf3b231c35d29378ad6a5831 (diff)
downloadmeta-cloud-services-0770c2edfd5767227313729834b7ef7dd279df2b.tar.gz
clients: update to juno release candidate versions
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-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-heatclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutronclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch10
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-saharaclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-troveclient_git.bb2
10 files changed, 22 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
index d134e5b..71a2b1e 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.10+git${SRCPV}" 28PV="1.0.12+git${SRCPV}"
29SRCREV="d4bada707b863c875b9f05a8c62c494a9a2f778d" 29SRCREV="7c0bbd34e919945a6bcfd9827041a991fe9884cf"
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 9e0b747..faf9b0b 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -14,8 +14,8 @@ SRC_URI = "\
14 file://cinder-api-check.sh \ 14 file://cinder-api-check.sh \
15 " 15 "
16 16
17PV="1.1.0+git${SRCPV}" 17PV="1.1.1+git${SRCPV}"
18SRCREV="4c8464114f5539706cffc6888ce007d0d3ceba16" 18SRCREV="f5d090844aff09d9db597f3cc88ea2e439d9a6b7"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21inherit setuptools monitor 21inherit setuptools monitor
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
index 6f70511..a837ef0 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.10+git${SRCPV}" 26PV="0.2.12+git${SRCPV}"
27SRCREV="95841b563340c494d8ef746261213c22e19c94ac" 27SRCREV="3d402d4c936b2714a91b4d9bbf96cdc6dcef6180"
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 783dca9..22aa421 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -14,8 +14,8 @@ SRC_URI = "\
14 file://keystone-api-check.sh \ 14 file://keystone-api-check.sh \
15 " 15 "
16 16
17PV="0.10.1+git${SRCPV}" 17PV="0.11.1+git${SRCPV}"
18SRCREV="3305c7be4b726de4dcc889006d0be30eb46d3ad9" 18SRCREV="89dc951f7d5a603f0c34b7c2cb9f7d26d73d9916"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21inherit setuptools monitor 21inherit setuptools monitor
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
index cbad874..7c6c5ca 100644
--- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
@@ -25,8 +25,8 @@ SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \
25 file://neutron-api-check.sh \ 25 file://neutron-api-check.sh \
26 " 26 "
27 27
28PV="2.3.7+git${SRCPV}" 28PV="2.3.9+git${SRCPV}"
29SRCREV="1452193f935f5be0bb2f5f01b54bd4947d27331b" 29SRCREV="170f8ca438bf17b5ec679cb3e5135c97dfdeb6c2"
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32inherit setuptools monitor 32inherit setuptools monitor
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch b/meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch
index 60d5984..1cee4d0 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch
+++ b/meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch
@@ -21,12 +21,12 @@ Index: git/novaclient/tests/v1_1/test_servers.py
21=================================================================== 21===================================================================
22--- git.orig/novaclient/tests/v1_1/test_servers.py 22--- git.orig/novaclient/tests/v1_1/test_servers.py
23+++ git/novaclient/tests/v1_1/test_servers.py 23+++ git/novaclient/tests/v1_1/test_servers.py
24@@ -489,7 +489,7 @@ 24@@ -501,7 +501,7 @@
25
26 def test_get_password(self): 25 def test_get_password(self):
27 s = self.cs.servers.get(1234) 26 s = self.cs.servers.get(1234)
28- self.assertEqual(s.get_password('novaclient/tests/idfake.pem'), 27 self.assertEqual(b'FooBar123',
29+ self.assertEqual(s.get_password('%PYTHON_SITEPACKAGES_DIR%/novaclient/tests/idfake.pem'), 28- s.get_password('novaclient/tests/idfake.pem'))
30 b'FooBar123') 29+ s.get_password('%PYTHON_SITEPACKAGES_DIR%/novaclient/tests/idfake.pem'))
31 self.assert_called('GET', '/servers/1234/os-server-password') 30 self.assert_called('GET', '/servers/1234/os-server-password')
32 31
32 def test_get_password_without_key(self):
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index a7a501c..78a5c93 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -13,8 +13,8 @@ SRC_URI = "\
13 file://nova-api-check.sh \ 13 file://nova-api-check.sh \
14 " 14 "
15 15
16PV="2.18.1+git${SRCPV}" 16PV="2.20.0+git${SRCPV}"
17SRCREV="2a1c07e790cc95b1e847974e4c757f826507834f" 17SRCREV="1eb1abe8700a137d017dbcd4a9dab3d4c0879c81"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit setuptools monitor 20inherit setuptools monitor
diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
index 6711c0e..3fe7e76 100644
--- a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
@@ -17,8 +17,8 @@ SRCNAME = "saharaclient"
17 17
18SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" 18SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master"
19 19
20PV="0.7.2+git${SRCPV}" 20PV="0.7.4+git${SRCPV}"
21SRCREV="5be2179d8c5c1e806537849559bea52a1145028f" 21SRCREV="e9f953fc846dbbd05f81a227f3d87c0028fb2d85"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24inherit setuptools 24inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
index 03ed33f..13a4ab3 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.2.0+git${SRCPV}" 12PV="2.3.1+git${SRCPV}"
13SRCREV="d13441d26244cc0947b85287d3fba298cb532c9a" 13SRCREV="83ca0b825d067c0a39c972fb0f58ce9ac34df9d2"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools python-dir 16inherit setuptools python-dir
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
index eeae2ea..1171d54 100644
--- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
@@ -12,7 +12,7 @@ SRC_URI = "\
12 " 12 "
13 13
14PV="1.0.7+git${SRCPV}" 14PV="1.0.7+git${SRCPV}"
15SRCREV="e010a919750f07493afd42a4db867853b925bcbf" 15SRCREV="77ba6c099b7811096693f83152de2547f54766df"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit setuptools hosts default_configs 18inherit setuptools hosts default_configs