summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-20 16:09:19 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-21 21:09:33 -0400
commit17c293bb57eac8ea7c3b0b5b66c8d5b69356caca (patch)
tree409d5fdd58e39c3ba858e88b4c8d0378da1587d5
parentb106b1c7842c9ce0003f9547b08d6869987f2f17 (diff)
downloadmeta-cloud-services-17c293bb57eac8ea7c3b0b5b66c8d5b69356caca.tar.gz
python-barbican: upgrade to 2015.1.0b3
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbican_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index 7f5184b..24557ad 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -15,8 +15,8 @@ SRC_URI = "git://github.com/openstack/barbican.git;branch=master \
15 file://barbican-handle-white-space-in-date-strings.patch \ 15 file://barbican-handle-white-space-in-date-strings.patch \
16 " 16 "
17 17
18SRCREV="4744374458f14cc54c53daf946e7df2916f5c713" 18SRCREV = "12966ea7ad40622e4189d832d13f4d9bfb9f3ada"
19PV="2015.1.0b2+git${SRCPV}" 19PV = "2015.1.0b3+git${SRCPV}"
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22inherit update-rc.d setuptools identity hosts useradd default_configs openstackchef monitor 22inherit update-rc.d setuptools identity hosts useradd default_configs openstackchef monitor