diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-07-23 12:21:00 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-31 15:15:31 -0400 |
| commit | 5cad5c174a84d5e56b412c50551441b50ff93a76 (patch) | |
| tree | 6a8c0131a64e6cd444ed7915a7ed1ec39889622a /meta-openstack/recipes-devtools/python/python-keystone/keystone | |
| parent | d8d277a739125808a24826df541a974aa42ffa1a (diff) | |
| download | meta-cloud-services-5cad5c174a84d5e56b412c50551441b50ff93a76.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/keystone | 2 |
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 | ||
| 104 | case "$1" in | 104 | case "$1" in |
