From 83c983f6127bff2c3cba1a5ac9ab02cd73da70bb Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Mon, 29 Oct 2018 14:14:12 +0100 Subject: [PATCH] Add charm LXD profile With the upcoming support for charm configuration of LXD profiles in Juju 2.5 you will be able to use OpenvSwitch from a container. This is a requirement for enabling placement of the Octavia charm in a container. Change-Id: Iccf36d1ad4c768434d68ab8a25b5eb5a9b2dce96 --- lxd-profile.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lxd-profile.yaml diff --git a/lxd-profile.yaml b/lxd-profile.yaml new file mode 100644 index 00000000..08815ea1 --- /dev/null +++ b/lxd-profile.yaml @@ -0,0 +1,2 @@ +config: + linux.kernel_modules: openvswitch,ip_tables,ip6_tables