Merge "PortOpt cleanups"
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
# 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
|
||||
@@ -107,7 +107,7 @@
|
||||
# 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.
|
||||
#
|
||||
|
@@ -58,7 +58,7 @@ ovs_opts = [
|
||||
"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. "
|
||||
|
Reference in New Issue
Block a user