diff options
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb | 4 |
1 files changed, 2 insertions, 2 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 216bfd2..1c6e804 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_2013.1.bb | |||
| @@ -62,11 +62,11 @@ pkg_postinst_${SRCNAME} () { | |||
| 62 | sudo -u postgres createdb keystone | 62 | sudo -u postgres createdb keystone |
| 63 | keystone-manage db_sync | 63 | keystone-manage db_sync |
| 64 | keystone-manage pki_setup | 64 | keystone-manage pki_setup |
| 65 | # quick fix | 65 | |
| 66 | echo "source /etc/keystone/openrc" > /home/root/.bashrc | ||
| 67 | #Create users, services and endpoints | 66 | #Create users, services and endpoints |
| 68 | /etc/init.d/keystone start | 67 | /etc/init.d/keystone start |
| 69 | sleep 0.25 | 68 | sleep 0.25 |
| 69 | ADMIN_PASSWORD=${ADMIN_PASSWORD} \ | ||
| 70 | SERVICE_PASSWORD=${SERVICE_PASSWORD} \ | 70 | SERVICE_PASSWORD=${SERVICE_PASSWORD} \ |
| 71 | SERVICE_TENANT_NAME=${SERVICE_TENANT_NAME} \ | 71 | SERVICE_TENANT_NAME=${SERVICE_TENANT_NAME} \ |
| 72 | bash /etc/keystone/identity.sh | 72 | bash /etc/keystone/identity.sh |
