Description of configuration options for amqp
Configuration option = Default value Description
[DEFAULT]
amqp_auto_delete = False (BoolOpt) Auto-delete queues in amqp.
amqp_durable_queues = False (BoolOpt) Use durable queues in amqp.
control_exchange = heat (StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid
default_notification_level = INFO (StrOpt) Default notification level for outgoing notifications
default_publisher_id = None (StrOpt) Default publisher_id for outgoing notifications
fake_rabbit = False (BoolOpt) If passed, use a fake RabbitMQ provider
list_notifier_drivers = ['heat.openstack.common.notifier.no_op_notifier'] (MultiStrOpt) List of drivers to send notifications
notification_driver = [] (MultiStrOpt) Driver or drivers to handle sending notifications
notification_topics = notifications (ListOpt) AMQP topic used for OpenStack notifications