summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-18 13:06:41 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-18 13:07:02 -0400
commit55abf63955af2f668bc36b6a3b7f9d1385e5facf (patch)
tree732cefc6f71930737ce2afddfd507c118402ac89 /meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
parent74f6718fc594b088fd9966562dbf8a110d2505d5 (diff)
downloadmeta-cloud-services-55abf63955af2f668bc36b6a3b7f9d1385e5facf.tar.gz
keystoneclient: update to 0.9.0
Updating keystone client to 0.9.0 in preparation for juno compability. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
index eeceb3a..2f891bf 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -13,8 +13,8 @@ SRC_URI = "\
13 file://keystoneclient-fix-test-path-to-example-certificates.patch \ 13 file://keystoneclient-fix-test-path-to-example-certificates.patch \
14 " 14 "
15 15
16PV="0.6.0+git${SRCPV}" 16PV="0.9.0+git${SRCPV}"
17SRCREV="d69461b18fcd05fdce63e98634cd6e7f102ff091" 17SRCREV="0ed2eec57f14b7f50e472405d7a78130f124e5af"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit setuptools 20inherit setuptools