diff --git a/manifests/plugins/ml2/ovn.pp b/manifests/plugins/ml2/ovn.pp index 763cf108a..d812e3e93 100644 --- a/manifests/plugins/ml2/ovn.pp +++ b/manifests/plugins/ml2/ovn.pp @@ -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( diff --git a/manifests/plugins/ovn.pp b/manifests/plugins/ovn.pp index 0c7247fe0..57fd0f749 100644 --- a/manifests/plugins/ovn.pp +++ b/manifests/plugins/ovn.pp @@ -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(