summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-08-10 00:40:36 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:59 -0400
commitd957c53425a7472f2d28a863ab6eae13174cf9da (patch)
tree3d8d212b92fd494eb117f200b9d99765bebb222c /meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb
parent8e596f39f21424e32f4cc3bbe7c693b9dae0c614 (diff)
downloadmeta-cloud-services-d957c53425a7472f2d28a863ab6eae13174cf9da.tar.gz
keystone: add openrc file
Create the default openrc file for the keystone python install. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb b/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb
index db0deca..d74700c 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb
@@ -11,7 +11,8 @@ SRC_URI = "https://launchpad.net/keystone/grizzly/${PV}/+download/${SRCNAME}-${P
11 file://keystone.conf \ 11 file://keystone.conf \
12 file://identity.sh \ 12 file://identity.sh \
13 file://keystone \ 13 file://keystone \
14 " 14 file://openrc \
15 "
15 16
16SRC_URI[md5sum] = "f82189cd7e3f0955e32c60e41f4120da" 17SRC_URI[md5sum] = "f82189cd7e3f0955e32c60e41f4120da"
17SRC_URI[sha256sum] = "34347a3242a40d93b98c3722e6f3fbc112bc1c9ef20c045c3d40637e459b4574" 18SRC_URI[sha256sum] = "34347a3242a40d93b98c3722e6f3fbc112bc1c9ef20c045c3d40637e459b4574"