diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-18 13:06:41 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-18 13:07:02 -0400 |
| commit | 55abf63955af2f668bc36b6a3b7f9d1385e5facf (patch) | |
| tree | 732cefc6f71930737ce2afddfd507c118402ac89 /meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |
| parent | 74f6718fc594b088fd9966562dbf8a110d2505d5 (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 16 | PV="0.6.0+git${SRCPV}" | 16 | PV="0.9.0+git${SRCPV}" |
| 17 | SRCREV="d69461b18fcd05fdce63e98634cd6e7f102ff091" | 17 | SRCREV="0ed2eec57f14b7f50e472405d7a78130f124e5af" |
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | inherit setuptools | 20 | inherit setuptools |
