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>
# Facility to use. If unset defaults to LOG_USER.
# syslog_log_facility = LOG_LOCAL0
+
+rpc_backend=heat.openstack.common.rpc.impl_qpid
sql_connection = mysql://heat:heat@localhost/heat
db_backend=heat.db.sqlalchemy.api
+
+rpc_backend=heat.openstack.common.rpc.impl_qpid
# Facility to use. If unset defaults to LOG_USER.
# syslog_log_facility = LOG_LOCAL0
+
+rpc_backend=heat.openstack.common.rpc.impl_qpid