From 625b29237df941061d0395d3ddc74a6d92f1da3d Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 23 Apr 2015 11:09:38 +0200 Subject: [PATCH] Fixed section of the rabbitmq credentials. Rewritten-From: 4bbaced6d80ca7f75c569773128d7efaf5ce477b --- xenial/debian/heat-common.config.in | 2 +- xenial/debian/heat-common.postinst.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xenial/debian/heat-common.config.in b/xenial/debian/heat-common.config.in index 2dbe8dc6..14db0b56 100644 --- a/xenial/debian/heat-common.config.in +++ b/xenial/debian/heat-common.config.in @@ -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 diff --git a/xenial/debian/heat-common.postinst.in b/xenial/debian/heat-common.postinst.in index 1374b231..dfc00418 100644 --- a/xenial/debian/heat-common.postinst.in +++ b/xenial/debian/heat-common.postinst.in @@ -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: -- 2.45.2