From 0770c2edfd5767227313729834b7ef7dd279df2b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 17 Oct 2014 13:22:10 -0400 Subject: clients: update to juno release candidate versions Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-ceilometerclient_git.bb | 4 ++-- .../recipes-devtools/python/python-cinderclient_git.bb | 4 ++-- .../recipes-devtools/python/python-heatclient_git.bb | 4 ++-- .../recipes-devtools/python/python-keystoneclient_git.bb | 4 ++-- .../recipes-devtools/python/python-neutronclient_git.bb | 4 ++-- .../novaclient-specify-full-path-to-test-certificate.patch | 10 +++++----- .../recipes-devtools/python/python-novaclient_git.bb | 4 ++-- .../recipes-devtools/python/python-saharaclient_git.bb | 4 ++-- .../recipes-devtools/python/python-swiftclient_git.bb | 4 ++-- .../recipes-devtools/python/python-troveclient_git.bb | 2 +- 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 = "\ file://fix_ceilometerclient_memory_leak.patch \ " -PV="1.0.10+git${SRCPV}" -SRCREV="d4bada707b863c875b9f05a8c62c494a9a2f778d" +PV="1.0.12+git${SRCPV}" +SRCREV="7c0bbd34e919945a6bcfd9827041a991fe9884cf" 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 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 = "\ file://cinder-api-check.sh \ " -PV="1.1.0+git${SRCPV}" -SRCREV="4c8464114f5539706cffc6888ce007d0d3ceba16" +PV="1.1.1+git${SRCPV}" +SRCREV="f5d090844aff09d9db597f3cc88ea2e439d9a6b7" S = "${WORKDIR}/git" inherit 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" SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" -PV="0.2.10+git${SRCPV}" -SRCREV="95841b563340c494d8ef746261213c22e19c94ac" +PV="0.2.12+git${SRCPV}" +SRCREV="3d402d4c936b2714a91b4d9bbf96cdc6dcef6180" 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 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 = "\ file://keystone-api-check.sh \ " -PV="0.10.1+git${SRCPV}" -SRCREV="3305c7be4b726de4dcc889006d0be30eb46d3ad9" +PV="0.11.1+git${SRCPV}" +SRCREV="89dc951f7d5a603f0c34b7c2cb9f7d26d73d9916" S = "${WORKDIR}/git" inherit 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 \ file://neutron-api-check.sh \ " -PV="2.3.7+git${SRCPV}" -SRCREV="1452193f935f5be0bb2f5f01b54bd4947d27331b" +PV="2.3.9+git${SRCPV}" +SRCREV="170f8ca438bf17b5ec679cb3e5135c97dfdeb6c2" S = "${WORKDIR}/git" inherit 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 =================================================================== --- git.orig/novaclient/tests/v1_1/test_servers.py +++ git/novaclient/tests/v1_1/test_servers.py -@@ -489,7 +489,7 @@ - +@@ -501,7 +501,7 @@ def test_get_password(self): s = self.cs.servers.get(1234) -- self.assertEqual(s.get_password('novaclient/tests/idfake.pem'), -+ self.assertEqual(s.get_password('%PYTHON_SITEPACKAGES_DIR%/novaclient/tests/idfake.pem'), - b'FooBar123') + self.assertEqual(b'FooBar123', +- s.get_password('novaclient/tests/idfake.pem')) ++ s.get_password('%PYTHON_SITEPACKAGES_DIR%/novaclient/tests/idfake.pem')) self.assert_called('GET', '/servers/1234/os-server-password') + 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 = "\ file://nova-api-check.sh \ " -PV="2.18.1+git${SRCPV}" -SRCREV="2a1c07e790cc95b1e847974e4c757f826507834f" +PV="2.20.0+git${SRCPV}" +SRCREV="1eb1abe8700a137d017dbcd4a9dab3d4c0879c81" S = "${WORKDIR}/git" inherit 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" SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" -PV="0.7.2+git${SRCPV}" -SRCREV="5be2179d8c5c1e806537849559bea52a1145028f" +PV="0.7.4+git${SRCPV}" +SRCREV="e9f953fc846dbbd05f81a227f3d87c0028fb2d85" 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 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" SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" -PV="2.2.0+git${SRCPV}" -SRCREV="d13441d26244cc0947b85287d3fba298cb532c9a" +PV="2.3.1+git${SRCPV}" +SRCREV="83ca0b825d067c0a39c972fb0f58ce9ac34df9d2" S = "${WORKDIR}/git" inherit 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 = "\ " PV="1.0.7+git${SRCPV}" -SRCREV="e010a919750f07493afd42a4db867853b925bcbf" +SRCREV="77ba6c099b7811096693f83152de2547f54766df" S = "${WORKDIR}/git" inherit setuptools hosts default_configs -- cgit v1.2.3-54-g00ecf