From e19241b4a82a207ea2e6c98ecae3aee2b38dd01e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 20 Feb 2015 21:04:29 -0500 Subject: clients: update to the latest available clients To start the kilo update cycle, we refresh and update the clients. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-ceilometerclient_git.bb | 2 +- .../recipes-devtools/python/python-cinderclient_git.bb | 2 +- .../recipes-devtools/python/python-heatclient_git.bb | 4 ++-- .../recipes-devtools/python/python-keystoneclient_git.bb | 5 ++--- .../recipes-devtools/python/python-neutronclient_git.bb | 4 ++-- .../recipes-devtools/python/python-novaclient_git.bb | 12 ++++++------ .../recipes-devtools/python/python-saharaclient_git.bb | 4 ++-- .../recipes-devtools/python/python-swiftclient_git.bb | 2 +- .../recipes-devtools/python/python-troveclient_git.bb | 4 ++-- 9 files changed, 19 insertions(+), 20 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 71a2b1e..c308e4c 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.12+git${SRCPV}" -SRCREV="7c0bbd34e919945a6bcfd9827041a991fe9884cf" +SRCREV="f8765ce532a45391c5366be8fa0f583f96a30d22" 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 faf9b0b..31875fa 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb @@ -15,7 +15,7 @@ SRC_URI = "\ " PV="1.1.1+git${SRCPV}" -SRCREV="f5d090844aff09d9db597f3cc88ea2e439d9a6b7" +SRCREV="9e94d814c6ae07c3d5e8242754aebcce150265cc" 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 a837ef0..2b9d34a 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.12+git${SRCPV}" -SRCREV="3d402d4c936b2714a91b4d9bbf96cdc6dcef6180" +PV="0.3.0+git${SRCPV}" +SRCREV="065d02499ad77b9c481a83dce973cfa4fbb26711" 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 22aa421..c001dcf 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb @@ -10,12 +10,11 @@ SRCNAME = "keystoneclient" SRC_URI = "\ git://github.com/openstack/python-keystoneclient.git;branch=master \ file://fix_keystoneclient_memory_leak.patch \ - file://keystoneclient-fix-test-path-to-example-certificates.patch \ file://keystone-api-check.sh \ " -PV="0.11.1+git${SRCPV}" -SRCREV="89dc951f7d5a603f0c34b7c2cb9f7d26d73d9916" +PV="1.1.0+git${SRCPV}" +SRCREV="b3cf5994ade5c4fda9792cfaea42bb821d176f8c" 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 7c6c5ca..2423f6f 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.9+git${SRCPV}" -SRCREV="170f8ca438bf17b5ec679cb3e5135c97dfdeb6c2" +PV="2.3.11+git${SRCPV}" +SRCREV="2fa6faaa9b67c0783c502d2b56bfbacc23ecfe64" S = "${WORKDIR}/git" inherit setuptools monitor diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 78a5c93..5192021 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb @@ -8,13 +8,11 @@ PR = "r0" SRC_URI = "\ git://github.com/openstack/python-novaclient.git;branch=master \ - file://fix_novaclient_memory_leak.patch \ - file://novaclient-specify-full-path-to-test-certificate.patch \ file://nova-api-check.sh \ " -PV="2.20.0+git${SRCPV}" -SRCREV="1eb1abe8700a137d017dbcd4a9dab3d4c0879c81" +PV="2.21.0+git${SRCPV}" +SRCREV="bfd029c8ef500af705159a5f3d5fa74e39c43096" S = "${WORKDIR}/git" inherit setuptools monitor @@ -39,8 +37,10 @@ do_install_append() { install -d ${D}/${sysconfdir}/bash_completion.d install -m 664 ${S}/tools/nova.bash_completion ${D}/${sysconfdir}/bash_completion.d - sed -e "s:%PYTHON_SITEPACKAGES_DIR%:${PYTHON_SITEPACKAGES_DIR}:g" \ - -i ${D}/${PYTHON_SITEPACKAGES_DIR}/novaclient/tests/v1_1/test_servers.py + if [ -e "${D}/${PYTHON_SITEPACKAGES_DIR}/novaclient/tests/v1_1/test_servers.py" ]; then + sed -e "s:%PYTHON_SITEPACKAGES_DIR%:${PYTHON_SITEPACKAGES_DIR}:g" \ + -i ${D}/${PYTHON_SITEPACKAGES_DIR}/novaclient/tests/v1_1/test_servers.py + fi } PACKAGES =+ "${BPN}-bash-completion" diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb index 3fe7e76..e5a3216 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.4+git${SRCPV}" -SRCREV="e9f953fc846dbbd05f81a227f3d87c0028fb2d85" +PV="0.7.7+git${SRCPV}" +SRCREV="319ceb6acf55382218dcd971367613aecb3e4afc" 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 13a4ab3..c4b76f5 100644 --- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb @@ -10,7 +10,7 @@ SRCNAME = "swiftclient" SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" PV="2.3.1+git${SRCPV}" -SRCREV="83ca0b825d067c0a39c972fb0f58ce9ac34df9d2" +SRCREV="8aff0bda9c35ab96146f4f419803e62710ab5618" 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 1171d54..4691145 100644 --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb @@ -11,8 +11,8 @@ SRC_URI = "\ git://github.com/openstack/python-troveclient.git;branch=master \ " -PV="1.0.7+git${SRCPV}" -SRCREV="77ba6c099b7811096693f83152de2547f54766df" +PV="1.0.8+git${SRCPV}" +SRCREV="51aa1a8dbd1b45e6abdaf571d1d73a6d7405fd3a" S = "${WORKDIR}/git" inherit setuptools hosts default_configs -- cgit v1.2.3-54-g00ecf