From 3f11c3850acdd624af37046ec2a2556dc51829db Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Sat, 16 May 2020 22:40:48 +0200 Subject: [PATCH] Remove inherited configuration options invalid for charm A side effect of adding a config keyword in layer.yaml is that any deletes done by upstream layers are overridden, so we add the complete set of configuration options inherited that should not be included in the built charm. Change-Id: I91e4e52600e7d632bbcf62402e57ebf69b6a3ea5 Closes-Bug: #1879088 --- src/layer.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/layer.yaml b/src/layer.yaml index cc2e549..757f209 100644 --- a/src/layer.yaml +++ b/src/layer.yaml @@ -7,3 +7,11 @@ options: basic: use_venv: True repo: https://github.com/openstack/charm-ceph-rbd-mirror +config: + deletes: + - debug + - ssl_ca + - ssl_cert + - ssl_key + - use-internal-endpoints + - verbose