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 <eric.ernst@intel.com>
This commit is contained in:
Eric Ernst 2019-06-04 09:33:24 -07:00
parent 48a1caeac8
commit bbe5584deb

View File

@ -201,8 +201,6 @@ use_vsock = true
# Default false # Default false
#enable_template = true #enable_template = true
[proxy.@PROJECT_TYPE@]
[shim.@PROJECT_TYPE@] [shim.@PROJECT_TYPE@]
path = "@SHIMPATH@" path = "@SHIMPATH@"