From: Steven Hardy Date: Tue, 17 Jul 2012 16:33:49 +0000 (+0100) Subject: heat : update config files with new rpc backend X-Git-Tag: 2014.1~1587 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=bb79672aec6b50b86c087dc7e2bb28d460893bde;p=openstack-build%2Fheat-build.git heat : update config files with new rpc backend heat-engine.conf, heat-api.conf, heat-metadata.conf should have: rpc_backend=heat.openstack.common.rpc.impl_qpid to work with the reworked rpc code. Change-Id: I2e5b136240db2fe8f6dfad27da7e31b2a5053a1c Signed-off-by: Steven Hardy --- diff --git a/etc/heat-api.conf b/etc/heat-api.conf index 589102b0..c06c01b5 100644 --- a/etc/heat-api.conf +++ b/etc/heat-api.conf @@ -23,3 +23,5 @@ use_syslog = False # Facility to use. If unset defaults to LOG_USER. # syslog_log_facility = LOG_LOCAL0 + +rpc_backend=heat.openstack.common.rpc.impl_qpid diff --git a/etc/heat-engine.conf b/etc/heat-engine.conf index 0a3259b1..f41b7129 100644 --- a/etc/heat-engine.conf +++ b/etc/heat-engine.conf @@ -27,3 +27,5 @@ use_syslog = False sql_connection = mysql://heat:heat@localhost/heat db_backend=heat.db.sqlalchemy.api + +rpc_backend=heat.openstack.common.rpc.impl_qpid diff --git a/etc/heat-metadata.conf b/etc/heat-metadata.conf index d3e25f61..c7f55488 100644 --- a/etc/heat-metadata.conf +++ b/etc/heat-metadata.conf @@ -23,3 +23,5 @@ use_syslog = False # Facility to use. If unset defaults to LOG_USER. # syslog_log_facility = LOG_LOCAL0 + +rpc_backend=heat.openstack.common.rpc.impl_qpid