From 15074aa4f043907f7c27376928fd072520bfa7bf Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Sat, 16 May 2020 22:32:51 +0200 Subject: [PATCH] Remove inherited configuration options invalid for charm The charm removes some configuration options only valid for the subordinate chassis charm. A side effect of this is that the deletes section in the OVN layer is replaced by ours, and we then need to delete configuration options inherited from upstream layers ourself. Add missing icon. Change-Id: I3fd02dee2968ee773ef2b31c18f7c674b12adf43 Closes-Bug: #1879088 --- src/icon.svg | 191 +++++++++++++++++++++++++++++++++++++++++++++++++ src/layer.yaml | 7 ++ 2 files changed, 198 insertions(+) create mode 100644 src/icon.svg diff --git a/src/icon.svg b/src/icon.svg new file mode 100644 index 0000000..dcefac0 --- /dev/null +++ b/src/icon.svg @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + OVN + + + + + + + + + + + + diff --git a/src/layer.yaml b/src/layer.yaml index 0bb3821..d58dc30 100644 --- a/src/layer.yaml +++ b/src/layer.yaml @@ -19,3 +19,10 @@ config: - networking-tools-source - sriov-device-mappings - sriov-numvfs + - debug + - ssl_ca + - ssl_cert + - ssl_key + - use-internal-endpoints + - use-syslog + - verbose