summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-05-06 09:45:05 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-05-07 14:13:37 -0400
commita3d91b98dd1251cf8b4a85e4d6989509adb1defb (patch)
tree05ab516e188c385dabdcf9375d1be2f7f45cbb2d /meta-openstack/recipes-devtools/python/python-keystone_git.bb
parent084d8f81f8f682bb8c812eaeed15b1aaed89d755 (diff)
downloadmeta-cloud-services-a3d91b98dd1251cf8b4a85e4d6989509adb1defb.tar.gz
python-keystone: upgrade to 2015.1.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 70cc790..b13d36b 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -4,10 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r2"
8SRCNAME = "keystone" 7SRCNAME = "keystone"
9 8
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://keystone.conf \ 10 file://keystone.conf \
12 file://identity.sh \ 11 file://identity.sh \
13 file://keystone \ 12 file://keystone \
@@ -20,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
20# file://keystone-remove-git-commands-in-tests.patch 19# file://keystone-remove-git-commands-in-tests.patch
21# file://keystone-explicitly-import-localcontext-from-oslo.me.patch 20# file://keystone-explicitly-import-localcontext-from-oslo.me.patch
22 21
23SRCREV = "5933546ecbdb5a52abe31413ac7a18cc49ab23df" 22SRCREV = "5d3b31f9c3d34599ff8a83eeb7530fc6e0b1b67b"
24PV = "2015.1.0b3+git${SRCPV}" 23PV = "2015.1.0+git${SRCPV}"
25 24
26S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
27 26