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 <shardy@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user