summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-05-31 13:53:24 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-06-07 11:44:16 +0200
commit7beade9b6174f262ff032b63db694bf4a73d15ab (patch)
treecd9014a06f598b3ded583c0cbee8190244424aed /meta-openstack/recipes-devtools/python
parent08e210baecd230e96546b88ffbc4737d61179822 (diff)
downloadmeta-cloud-services-7beade9b6174f262ff032b63db694bf4a73d15ab.tar.gz
python-keystone: Uprev to 10.0.1
This is used by latest stable/newton Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 6dfdc93..3e55810 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRCNAME = "keystone" 7SRCNAME = "keystone"
8 8
9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \
10 file://keystone.conf \ 10 file://keystone.conf \
11 file://identity.sh \ 11 file://identity.sh \
12 file://keystone \ 12 file://keystone \
@@ -19,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
19# file://keystone-remove-git-commands-in-tests.patch 19# file://keystone-remove-git-commands-in-tests.patch
20# file://keystone-explicitly-import-localcontext-from-oslo.me.patch 20# file://keystone-explicitly-import-localcontext-from-oslo.me.patch
21 21
22SRCREV = "8dcd82fb9c76d43f26338bee293b32f4af473ad9" 22SRCREV = "0f6e92ccd18e2d93dc2ecee79e57ee344ea09941"
23PV = "8.0.0+git${SRCPV}" 23PV = "10.0.1+git${SRCPV}"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26