Header documentation update for OVN
The header gives the impression that it is expecting an array based on the sample values. This change updates the documentation in the header to remove the array braces to prevent confusion. Change-Id: I9ea2e260ccdd8b4b2452ebf1c0f439165da31d97
This commit is contained in:
parent
c6aa637c28
commit
813f81ab51
@ -22,7 +22,7 @@
|
||||
#
|
||||
# [*neutron_sync_mode*]
|
||||
# (optional) The synchronization mode of OVN with Neutron DB.
|
||||
# Valid values are - ['log', 'off', 'repair']
|
||||
# Valid values are - 'log', 'off', 'repair'
|
||||
# off - synchronization is off
|
||||
# log - during neutron-server startup check to see if OVN is in sync with
|
||||
# the Neutron database. Log warnings for any inconsistencies found so
|
||||
@ -40,7 +40,7 @@
|
||||
#
|
||||
# [*vif_type*]
|
||||
# (optional) Type of VIF to be used for ports.
|
||||
# Valid values are ['ovs', 'vhostuser']
|
||||
# Valid values are 'ovs', 'vhostuser'
|
||||
# Defaults to $::os_service_default
|
||||
|
||||
class neutron::plugins::ml2::ovn(
|
||||
|
@ -14,7 +14,7 @@
|
||||
#
|
||||
# [*neutron_sync_mode*]
|
||||
# (optional) The synchronization mode of OVN with Neutron DB.
|
||||
# Valid values are - ['log', 'off', 'repair']
|
||||
# Valid values are - 'log', 'off', 'repair'
|
||||
# off - synchronization is off
|
||||
# log - during neutron-server startup check to see if OVN is in sync with
|
||||
# the Neutron database. Log warnings for any inconsistencies found so
|
||||
@ -32,7 +32,7 @@
|
||||
#
|
||||
# [*vif_type*]
|
||||
# (optional) Type of VIF to be used for ports.
|
||||
# Valid values are ['ovs', 'vhostuser']
|
||||
# Valid values are 'ovs','vhostuser'
|
||||
# Defaults to $::os_service_default
|
||||
|
||||
class neutron::plugins::ovn(
|
||||
|
Loading…
Reference in New Issue
Block a user