Comment 0 for bug 1879088

Revision history for this message
Frode Nordahl (fnordahl) wrote : Built charm contains configuration options that are unexpacted and/or invalid for the charm

The reactive charms consume layers for re-use of common reactive helpers and configuration options.

However some of the configuration options added to the layers are not valid for all charms.

We need to revisit each individual charm and make sure that the configuration options that show up in the built charm actually make sense and have supporting code in the charm.

Any configuration options that should not be there must be removed by adding them to the ``deletes`` list under the ``config`` section in ``layer.yaml``