From c9e43b535ca44d06fcd57c9c670af6da59d0edb3 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Wed, 23 Jul 2014 12:21:00 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-keystone/keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-keystone/keystone') 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() ADMIN_PASSWORD=%ADMIN_PASSWORD% \ SERVICE_PASSWORD=%SERVICE_PASSWORD% \ SERVICE_TENANT_NAME=%SERVICE_TENANT_NAME% \ - bash /etc/keystone/identity.sh + bash /etc/keystone/service-user-setup } case "$1" in -- cgit v1.2.3-54-g00ecf