From 4eb5e8b5fbbfa2cab304bd4bbeee7bb275e7a182 Mon Sep 17 00:00:00 2001 From: Artur Korzeniewski Date: Fri, 8 Sep 2017 15:27:00 +0200 Subject: [PATCH] OpenVSwitch: remove not used value network.interface.tunnel Removing the network.interface.tunnel value from openvswitch chart not to confuse the users. After splitting out openvswitch from neutron chart, the value in config network.interface.tunnel is not used in openvswitch chart. Tunnel interface is specific to neutron's L2 agent only, not openvswitch itself. Change-Id: I40a645398bac8ca56c9e4e96bdbfafcbcc95e9b8 --- openvswitch/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/openvswitch/values.yaml b/openvswitch/values.yaml index 8765590798..0b43fe449f 100644 --- a/openvswitch/values.yaml +++ b/openvswitch/values.yaml @@ -34,10 +34,7 @@ network: ip_address: 0.0.0.0 interface: # External interface will be automatically added to external_bridge. Default is null. - # Tunnel interface will be used for VXLAN tunneling. Default is null, with - # fallback mechanism to search for interface with default routing. external: null - tunnel: null # To automatically add a physical interface to a specific bridge using, # for example eth3 to bridge br-physnet1 define the following key/value # in auto_bridge_add: