From 13f2752caa56b0a7c76b2b721c99d845df7b4428 Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Tue, 23 Oct 2018 16:28:03 +0200 Subject: [PATCH] Fix database configuration Barbican does not hold its database configuration in a separate section. Change-Id: I415f9314a590e0ad2b981d8cda468736250d72a6 --- src/templates/rocky/barbican.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/src/templates/rocky/barbican.conf b/src/templates/rocky/barbican.conf index d042140..4170197 100644 --- a/src/templates/rocky/barbican.conf +++ b/src/templates/rocky/barbican.conf @@ -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" %}