From bb79672aec6b50b86c087dc7e2bb28d460893bde Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 17 Jul 2012 17:33:49 +0100 Subject: [PATCH] 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 --- etc/heat-api.conf | 2 ++ etc/heat-engine.conf | 2 ++ etc/heat-metadata.conf | 2 ++ 3 files changed, 6 insertions(+) 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 -- 2.45.2