From 894377396d3ea8f851f759928ce9f7114a2a525f Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Mon, 17 Dec 2018 11:07:33 +0100 Subject: [PATCH] Remove `ssl_ca` configuration option provided by layer One of the layers we consume provide this configuration option, but it makes no sense for this subordinate charm to expose this knob. The configuration should be set on the principal charm. Change-Id: I8cbe2e02a104e1cb25b99f2376fe8c91d1d80d58 --- src/layer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layer.yaml b/src/layer.yaml index 98966ab..3e94b9d 100644 --- a/src/layer.yaml +++ b/src/layer.yaml @@ -12,3 +12,4 @@ config: - verbose - use-internal-endpoints - use-syslog + - ssl_ca