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
This commit is contained in:
parent
09859ed250
commit
4eb5e8b5fb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user