diff options
author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-27 14:23:13 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:57 -0400 |
commit | 14cefb9b7afb6444d0f7814e8d703736b1e88a5d (patch) | |
tree | 63b2fa7786aa6a2cff912a0cbd21f4ca74932354 /meta-openstack | |
parent | d609c49a37cb18c27b1c71f13c514679a5f3e434 (diff) | |
download | meta-cloud-services-14cefb9b7afb6444d0f7814e8d703736b1e88a5d.tar.gz |
python-keystone: Cleaned old comments and decreased sleep
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb | 5 |
1 files changed, 2 insertions, 3 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 d80f9bb..ba63f98 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb | |||
@@ -52,15 +52,14 @@ pkg_postinst_${SRCNAME} () { | |||
52 | exit 1 | 52 | exit 1 |
53 | fi | 53 | fi |
54 | 54 | ||
55 | # Needed when using a MySQL backend | ||
56 | # mysql -u root -e "CREATE DATABASE keystone CHARACTER SET utf8;" | ||
57 | sudo -u postgres createdb keystone | 55 | sudo -u postgres createdb keystone |
58 | keystone-manage db_sync | 56 | keystone-manage db_sync |
59 | keystone-manage pki_setup | 57 | keystone-manage pki_setup |
60 | # quick fix | 58 | # quick fix |
61 | echo "source /etc/keystone/openrc" > /home/root/.bashrc | 59 | echo "source /etc/keystone/openrc" > /home/root/.bashrc |
60 | #Create users, services and endpoints | ||
62 | /etc/init.d/keystone start | 61 | /etc/init.d/keystone start |
63 | sleep 1 | 62 | sleep 0.25 |
64 | bash /etc/keystone/identity.sh | 63 | bash /etc/keystone/identity.sh |
65 | } | 64 | } |
66 | 65 | ||