Merge "Fix trove failed to connect rabbitmq - durable queues support"
This commit is contained in:
commit
781e3949f4
ansible/roles/trove/templates
releasenotes/notes
@ -4,3 +4,9 @@ control_exchange = trove
|
||||
root_grant = ALL
|
||||
root_grant_option = True
|
||||
debug = {{ trove_logging_debug }}
|
||||
|
||||
[oslo_messaging_rabbit]
|
||||
heartbeat_in_pthread = false
|
||||
{% if om_enable_rabbitmq_high_availability | bool %}
|
||||
amqp_durable_queues = true
|
||||
{% endif %}
|
||||
|
7
releasenotes/notes/fix-trove-bug-64e0f1e17018882c.yaml
Normal file
7
releasenotes/notes/fix-trove-bug-64e0f1e17018882c.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fix a trove deployment bug where trove guest-agent failed to connect
|
||||
to RabbitMQ due to the missing of the `oslo_messaging_rabbit` config in
|
||||
`guest-agent.conf`.
|
||||
see `bug 2048822 <https://bugs.launchpad.net/kolla-ansible/+bug/2048822>`__
|
Loading…
x
Reference in New Issue
Block a user