diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb | 1 |
1 files changed, 1 insertions, 0 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 d584adf..efe6fec 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb | |||
| @@ -39,6 +39,7 @@ pkg_postinst_${PN} () { | |||
| 39 | 39 | ||
| 40 | # Needed when using a MySQL backend | 40 | # Needed when using a MySQL backend |
| 41 | # mysql -u root -e "CREATE DATABASE keystone CHARACTER SET utf8;" | 41 | # mysql -u root -e "CREATE DATABASE keystone CHARACTER SET utf8;" |
| 42 | sudo -u postgres createdb keystone | ||
| 42 | keystone-manage db_sync | 43 | keystone-manage db_sync |
| 43 | keystone-manage pki_setup | 44 | keystone-manage pki_setup |
| 44 | } | 45 | } |
