Fixed section of the rabbitmq credentials.

This commit is contained in:
Thomas Goirand 2015-04-23 11:09:38 +02:00
parent b8d1d3b16d
commit 4bbaced6d8
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ CONF=/etc/heat/heat.conf
pkgos_var_user_group heat
pkgos_dbc_read_conf -pkg heat-common ${CONF} database connection heat $@
pkgos_rabbit_read_conf ${CONF} DEFAULT heat
pkgos_rabbit_read_conf ${CONF} oslo_messaging_rabbit heat
pkgos_read_admin_creds ${CONF} keystone_authtoken heat
pkgos_register_endpoint_config heat

View File

@ -23,7 +23,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then
if [ "$RET" = "true" ] ; then
pkgos_dbc_postinst ${CONF} database connection heat $@
fi
pkgos_rabbit_write_conf ${CONF} DEFAULT heat
pkgos_rabbit_write_conf ${CONF} oslo_messaging_rabbit heat
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: