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-30 00:50:59 -0400 |
| commit | c9e43b535ca44d06fcd57c9c670af6da59d0edb3 (patch) | |
| tree | f6ffe0812e5b4d0a45eccc22b1d87c8caf04f165 /meta-openstack/recipes-devtools/python/python-keystone/hybrid-backend-setup | |
| parent | 2075b299cfd9b8d7860eef1d4d20cc46c73d49bc (diff) | |
| download | meta-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/hybrid-backend-setup')
| -rwxr-xr-x | meta-openstack/recipes-devtools/python/python-keystone/hybrid-backend-setup | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone/hybrid-backend-setup b/meta-openstack/recipes-devtools/python/python-keystone/hybrid-backend-setup new file mode 100755 index 0000000..d3f7eac --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystone/hybrid-backend-setup | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | /etc/keystone/convert_keystone_backend.py hybrid | ||
| 4 | |||
| 5 | /etc/init.d/openldap start | ||
| 6 | /etc/init.d/keystone restart | ||
