cb4d058c0b
Current versions of OpenStack use the transport url rather than rabbit_hosts and various other configuration settings. Adding a new template for transport url and current oslo-messaging-rabbit settings. Allow the setting ssl_ca at the OpenStack principle layer. Depends-On: Ie17b481bce3e3bfdf71b15ca7667f8688739d608 Change-Id: I6bb56a59cd65310d644aa25ae203996b22ec4b4e Partial-Bug: #1807233
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
# This template must be included under the [DEFAULT] section
|
|
|
|
{% if amqp.transport_url -%}
|
|
transport_url = {{ amqp.transport_url }}
|
|
{% endif -%}
|
|
|
|
|