]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
heat : update config files with new rpc backend
authorSteven Hardy <shardy@redhat.com>
Tue, 17 Jul 2012 16:33:49 +0000 (17:33 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 17 Jul 2012 16:35:45 +0000 (17:35 +0100)
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 <shardy@redhat.com>
etc/heat-api.conf
etc/heat-engine.conf
etc/heat-metadata.conf

index 589102b08c80fb61875ee70ef1352de4865a3276..c06c01b5894fb6ba9660f743b08273f72701abd1 100644 (file)
@@ -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
index 0a3259b1ec11374d1438c41c80408d8284e478cb..f41b712999e003b6a3e6c0c1a0cdd2d68e7ee8e9 100644 (file)
@@ -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
index d3e25f61757bb8c64ce17790197c0b182799b0ae..c7f55488dad5f707e1208b3216c2374505990943 100644 (file)
@@ -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