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:
Matthew J. Black 2017-01-04 11:41:25 -05:00
parent c6aa637c28
commit 813f81ab51
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
# #
# [*neutron_sync_mode*] # [*neutron_sync_mode*]
# (optional) The synchronization mode of OVN with Neutron DB. # (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 # off - synchronization is off
# log - during neutron-server startup check to see if OVN is in sync with # log - during neutron-server startup check to see if OVN is in sync with
# the Neutron database. Log warnings for any inconsistencies found so # the Neutron database. Log warnings for any inconsistencies found so
@ -40,7 +40,7 @@
# #
# [*vif_type*] # [*vif_type*]
# (optional) Type of VIF to be used for ports. # (optional) Type of VIF to be used for ports.
# Valid values are ['ovs', 'vhostuser'] # Valid values are 'ovs', 'vhostuser'
# Defaults to $::os_service_default # Defaults to $::os_service_default
class neutron::plugins::ml2::ovn( class neutron::plugins::ml2::ovn(

View File

@ -14,7 +14,7 @@
# #
# [*neutron_sync_mode*] # [*neutron_sync_mode*]
# (optional) The synchronization mode of OVN with Neutron DB. # (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 # off - synchronization is off
# log - during neutron-server startup check to see if OVN is in sync with # log - during neutron-server startup check to see if OVN is in sync with
# the Neutron database. Log warnings for any inconsistencies found so # the Neutron database. Log warnings for any inconsistencies found so
@ -32,7 +32,7 @@
# #
# [*vif_type*] # [*vif_type*]
# (optional) Type of VIF to be used for ports. # (optional) Type of VIF to be used for ports.
# Valid values are ['ovs', 'vhostuser'] # Valid values are 'ovs','vhostuser'
# Defaults to $::os_service_default # Defaults to $::os_service_default
class neutron::plugins::ovn( class neutron::plugins::ovn(