chown heat:heat /var/lib/heat /etc/heat
pkgos_write_new_conf heat heat.conf
- db_get glance/configure_db
+ db_get heat/configure_db
if [ "$RET" = "true" ] ; then
pkgos_dbc_postinst ${CONF} database connection heat $@
fi
pkgos_write_admin_creds ${CONF} keystone_authtoken heat
pkgos_register_endpoint_postinst heat heat orchestration "Heat Orchestration API" 8004 /v1/'%(tenant_id)s'
# This is the equivalent of db-sync:
- db_get glance/configure_db
+ db_get heat/configure_db
if [ "$RET" = "true" ] ; then
su heat -c "heat-manage db_sync"
fi