summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-02-03 20:41:43 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:18 -0500
commita833f549270c3707fb6521b0571c23e76e0ecc9b (patch)
tree2c13d3cb430219174b0f584429aa402947b6ac3d /meta-openstack/recipes-devtools/python/python-keystone_git.bb
parent62cf4f5a509fd0278c1de998fba8cfa6cbfeded7 (diff)
downloadmeta-cloud-services-a833f549270c3707fb6521b0571c23e76e0ecc9b.tar.gz
keystone: uprev to Liberty
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@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.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 58aa449..a8d1181 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=stable/kilo \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
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=stable/kilo \
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 = "5d3b31f9c3d34599ff8a83eeb7530fc6e0b1b67b" 22SRCREV = "8dcd82fb9c76d43f26338bee293b32f4af473ad9"
23PV = "2015.1.0+git${SRCPV}" 23PV = "8.0.0+git${SRCPV}"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26
@@ -144,9 +144,6 @@ do_install_append() {
144 -i ${KEYSTONE_PACKAGE_DIR}/tests/test_overrides.conf 144 -i ${KEYSTONE_PACKAGE_DIR}/tests/test_overrides.conf
145 fi 145 fi
146 146
147 cp run_tests.sh ${KEYSTONE_CONF_DIR}
148
149
150 if ${@base_contains('DISTRO_FEATURES', 'OpenLDAP', 'true', 'false', d)}; 147 if ${@base_contains('DISTRO_FEATURES', 'OpenLDAP', 'true', 'false', d)};
151 then 148 then
152 sed -i -e '/^\[identity\]/a \ 149 sed -i -e '/^\[identity\]/a \
@@ -287,6 +284,10 @@ RDEPENDS_${PN} += " \
287 python-fixtures \ 284 python-fixtures \
288 python-oslotest \ 285 python-oslotest \
289 python-functools32 \ 286 python-functools32 \
287 python-six \
288 python-routes \
289 python-pycadf \
290 python-cryptography \
290 " 291 "
291 292
292RDEPENDS_${SRCNAME}-tests += " bash" 293RDEPENDS_${SRCNAME}-tests += " bash"