Use section configuration for database

Older style sql_connection in the DEFAULT section is not supported
at caracal; use sectional configuration instead.

Change-Id: Ia9ed91f550ce0c761c82151aa03e5c448b57a7b0
This commit is contained in:
James Page 2024-10-03 13:00:27 +01:00
parent e1418aee6f
commit ad80985213
No known key found for this signature in database
GPG Key ID: BFECAECBA0E7D8C3

@ -5,7 +5,7 @@ host_href = {{ options.external_endpoints.watcher_api.url }}
{% include "parts/section-transport-url" %}
{% include "parts/database" %}
{% include "parts/section-database" %}
{% include "parts/section-keystone-authtoken" %}