Fix description of interface_driver parameter
This change fixes missing description or wrong description about the interface driver parameter. Change-Id: Id613959a1296a5eafe8a241acd9b2f0a4770d291
This commit is contained in:
parent
df0d55cf78
commit
bd32805f42
@ -28,7 +28,8 @@
|
||||
# Defaults to $::os_service_default.
|
||||
#
|
||||
# [*interface_driver*]
|
||||
# (optional) Defaults to 'neutron.agent.linux.interface.OVSInterfaceDriver'.
|
||||
# (optional) The driver used to manage the virtual interface.
|
||||
# Defaults to 'neutron.agent.linux.interface.OVSInterfaceDriver'.
|
||||
#
|
||||
# [*dhcp_driver*]
|
||||
# (optional) Defaults to $::os_service_default.
|
||||
|
@ -23,8 +23,8 @@
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*interface_driver*]
|
||||
# (optional) Driver to interface with neutron
|
||||
# Defaults to OVSInterfaceDriver
|
||||
# (optional) The driver used to manage the virtual interface.
|
||||
# Defaults to 'neutron.agent.linux.interface.OVSInterfaceDriver'.
|
||||
#
|
||||
# [*handle_internal_only_routers*]
|
||||
# (optional) L3 Agent will handle non-external routers
|
||||
|
@ -35,10 +35,12 @@
|
||||
# (optional) Show debugging output in log. Defaults to $::os_service_default.
|
||||
#
|
||||
# [*interface_driver*]
|
||||
# (optional) Defaults to 'neutron.agent.linux.interface.OVSInterfaceDriver'.
|
||||
# (optional) The driver used to manage the virtual interface.
|
||||
# Defaults to 'neutron.agent.linux.interface.OVSInterfaceDriver'.
|
||||
#
|
||||
# [*driver*]
|
||||
# (optional) Defaults to 'neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver'.
|
||||
# (optional) Metering driver.
|
||||
# Defaults to 'neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver'.
|
||||
#
|
||||
# [*measure_interval*]
|
||||
# (optional) Interval between two metering measures.
|
||||
|
@ -38,7 +38,7 @@
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*interface_driver*]
|
||||
# (optional) Driver to interface with neutron
|
||||
# (optional) The driver used to manage the virtual interface.
|
||||
# Defaults to $::os_service_default
|
||||
#
|
||||
# [*multi_interface_driver_mappings*]
|
||||
|
@ -28,7 +28,8 @@
|
||||
# (optional) Defaults to 'neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver'.
|
||||
#
|
||||
# [*interface_driver*]
|
||||
# (optional) Defaults to 'neutron.agent.linux.interface.OVSInterfaceDriver'.
|
||||
# (optional) The driver used to manage the virtual interface.
|
||||
# Defaults to 'neutron.agent.linux.interface.OVSInterfaceDriver'.
|
||||
#
|
||||
# [*ipsec_status_check_interval*]
|
||||
# (optional) Status check interval. Defaults to $::os_service_default.
|
||||
|
Loading…
Reference in New Issue
Block a user