From bbe5584deba4df6166b9cd92293eef58818aa5bf Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Tue, 4 Jun 2019 09:33:24 -0700 Subject: [PATCH] fc-toml: remove proxy section in config proxy will never be use with the Firecracker VMM. Keeping this header will result in runtime failures, since the configuration will be parsed on the path searched for. Since vsock will always be used, remove the proxy section. Fixes: #1761 Signed-off-by: Eric Ernst --- cli/config/configuration-fc.toml.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/config/configuration-fc.toml.in b/cli/config/configuration-fc.toml.in index d90c79e2d1..3f9ca1fbf9 100644 --- a/cli/config/configuration-fc.toml.in +++ b/cli/config/configuration-fc.toml.in @@ -201,8 +201,6 @@ use_vsock = true # Default false #enable_template = true -[proxy.@PROJECT_TYPE@] - [shim.@PROJECT_TYPE@] path = "@SHIMPATH@"