Update tunnel_types config option help msg

OVS agent supports gre, vxlan and geneve tunnels.
Geneve was missing in tunnel_types help description.
This patch adds it there.

TrivialFix

Change-Id: If3bd4b7ba2b56617441a34372673a215616e40ec
This commit is contained in:
Slawek Kaplonski 2018-06-06 10:02:30 +02:00
parent d573e496de
commit a359255185
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ agent_opts = [
"ovsdb monitor after losing communication with it.")),
cfg.ListOpt('tunnel_types', default=DEFAULT_TUNNEL_TYPES,
help=_("Network types supported by the agent "
"(gre and/or vxlan).")),
"(gre, vxlan and/or geneve).")),
cfg.PortOpt('vxlan_udp_port', default=n_const.VXLAN_UDP_PORT,
help=_("The UDP port to use for VXLAN tunnels.")),
cfg.IntOpt('veth_mtu', default=9000,