Merge "Move rabbit configurations to oslo_messaging_rabbit section"
This commit is contained in:
commit
e3ac69a008
@ -115,8 +115,10 @@ max_limit_paging = 100
|
||||
|
||||
# ================= Queue Options - oslo.messaging ==========================
|
||||
|
||||
[oslo_messaging_rabbit]
|
||||
|
||||
# Rabbit and HA configuration:
|
||||
ampq_durable_queues = True
|
||||
amqp_durable_queues = True
|
||||
rabbit_userid=guest
|
||||
rabbit_password=guest
|
||||
rabbit_ha_queues = True
|
||||
@ -131,12 +133,15 @@ rabbit_hosts=localhost:5672
|
||||
# DO NOT USE THIS, due to '# FIXME(markmc): support multiple hosts' in oslo/messaging/_drivers/amqpdriver.py
|
||||
# transport_url = rabbit://guest@localhost:5672/
|
||||
|
||||
|
||||
[oslo_messaging_notifications]
|
||||
# oslo notification driver for sending audit events via audit middleware.
|
||||
# Meaningful only when middleware is enabled in barbican paste ini file.
|
||||
# This is oslo config MultiStrOpt so can be defined multiple times in case
|
||||
# there is need to route audit event to messaging as well as log.
|
||||
# notification_driver = messagingv2
|
||||
# notification_driver = log
|
||||
# driver = messagingv2
|
||||
# driver = log
|
||||
|
||||
|
||||
# ======== OpenStack policy - oslo_policy ===============
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user