# Used only for 'native' driver.
# of_listen_address = 127.0.0.1
#
-# (IntOpt)
+# (PortOpt)
# Port to listen on for OpenFlow connections.
# Used only for 'native' driver.
# of_listen_port = 6633
# Example: tunnel_types = vxlan
# Example: tunnel_types = vxlan, gre
-# (IntOpt) The port number to utilize if tunnel_types includes 'vxlan'. By
+# (PortOpt) The port number to utilize if tunnel_types includes 'vxlan'. By
# default, this will make use of the Open vSwitch default value of '4789' if
# not specified.
#
"Used only for 'native' driver.")),
cfg.PortOpt('of_listen_port', default=6633,
help=_("Port to listen on for OpenFlow connections. "
- "Used only for 'native' driver.")),
+ "Used only for 'native' driver.")),
cfg.IntOpt('of_connect_timeout', default=30,
help=_("Timeout in seconds to wait for "
"the local switch connecting the controller. "