diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-20 21:04:29 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-20 21:04:29 -0500 |
| commit | e19241b4a82a207ea2e6c98ecae3aee2b38dd01e (patch) | |
| tree | 20d732b6dec5b06199315f440d9cac9c034196e7 /meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |
| parent | db43720c6ce4750be4776d01454a4d5cce21c9e6 (diff) | |
| download | meta-cloud-services-e19241b4a82a207ea2e6c98ecae3aee2b38dd01e.tar.gz | |
clients: update to the latest available clients
To start the kilo update cycle, we refresh and update the clients.
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 | 5 |
1 files changed, 2 insertions, 3 deletions
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" | |||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | git://github.com/openstack/python-keystoneclient.git;branch=master \ | 11 | git://github.com/openstack/python-keystoneclient.git;branch=master \ |
| 12 | file://fix_keystoneclient_memory_leak.patch \ | 12 | file://fix_keystoneclient_memory_leak.patch \ |
| 13 | file://keystoneclient-fix-test-path-to-example-certificates.patch \ | ||
| 14 | file://keystone-api-check.sh \ | 13 | file://keystone-api-check.sh \ |
| 15 | " | 14 | " |
| 16 | 15 | ||
| 17 | PV="0.11.1+git${SRCPV}" | 16 | PV="1.1.0+git${SRCPV}" |
| 18 | SRCREV="89dc951f7d5a603f0c34b7c2cb9f7d26d73d9916" | 17 | SRCREV="b3cf5994ade5c4fda9792cfaea42bb821d176f8c" |
| 19 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 20 | 19 | ||
| 21 | inherit setuptools monitor | 20 | inherit setuptools monitor |
