Switch to using transport_url

Update templates to configure [DEFAULT]transport_url and remaining
SSL and HA options in [oslo_messaging_rabbitmq] using parts
from the openstack charm layer.

Change-Id: I428bec4461b038e11b62b284f6c096de3c05d72c
Closes-Bug: 1817672
This commit is contained in:
James Page 2019-02-26 11:23:39 +01:00
parent 920c630a9e
commit cb778a0527
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
[DEFAULT]
debug = {{ options.debug }}
{% include "parts/section-transport-url" %}
[health_manager]
{% if options.health_manager_bind_ip -%}
bind_ip = {{ options.health_manager_bind_ip }}
@ -85,6 +87,6 @@ password = {{ identity_service.service_password }}
[oslo_messaging]
topic = octavia
{% include "parts/section-rabbitmq-oslo" %}
{% include "parts/section-oslo-messaging-rabbit" %}
{% include "parts/section-oslo-middleware" %}