Fix database configuration

Barbican does not hold its database configuration in a
separate section.

Change-Id: I415f9314a590e0ad2b981d8cda468736250d72a6
This commit is contained in:
Frode Nordahl 2018-10-23 16:28:03 +02:00
parent aded798caa
commit 13f2752caa
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ bind_host = {{ options.service_listen_info.barbican_worker.ip }}
bind_port = {{ options.service_listen_info.barbican_worker.port }}
host_href = {{ options.external_endpoints.barbican_worker.url }}
[database]
{% include "parts/database" %}
{% include "parts/section-keystone-authtoken" %}