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
This commit is contained in:
Frode Nordahl 2020-05-16 22:40:48 +02:00 committed by Alex Kavanagh (tinwood)
parent d7bec5f8b8
commit 3f11c3850a
1 changed files with 8 additions and 0 deletions

View File

@ -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