summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone/keystone
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-07-23 12:21:00 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-30 00:50:59 -0400
commitc9e43b535ca44d06fcd57c9c670af6da59d0edb3 (patch)
treef6ffe0812e5b4d0a45eccc22b1d87c8caf04f165 /meta-openstack/recipes-devtools/python/python-keystone/keystone
parent2075b299cfd9b8d7860eef1d4d20cc46c73d49bc (diff)
downloadmeta-cloud-services-c9e43b535ca44d06fcd57c9c670af6da59d0edb3.tar.gz
keystone: Add script to change backend to hybrid
Adding /etc/keystone/hybrid-backend-setup and convert_keystone_backend.py to set the backend for keystone to hybrid and starts openldap and restarts keystone. Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone/keystone')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone/keystone2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone/keystone b/meta-openstack/recipes-devtools/python/python-keystone/keystone
index 6524fed..8953da8 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone/keystone
+++ b/meta-openstack/recipes-devtools/python/python-keystone/keystone
@@ -98,7 +98,7 @@ reset()
98 ADMIN_PASSWORD=%ADMIN_PASSWORD% \ 98 ADMIN_PASSWORD=%ADMIN_PASSWORD% \
99 SERVICE_PASSWORD=%SERVICE_PASSWORD% \ 99 SERVICE_PASSWORD=%SERVICE_PASSWORD% \
100 SERVICE_TENANT_NAME=%SERVICE_TENANT_NAME% \ 100 SERVICE_TENANT_NAME=%SERVICE_TENANT_NAME% \
101 bash /etc/keystone/identity.sh 101 bash /etc/keystone/service-user-setup
102} 102}
103 103
104case "$1" in 104case "$1" in