From 813f81ab51050c1f3566a0e4de723abe9bfc5be8 Mon Sep 17 00:00:00 2001 From: "Matthew J. Black" Date: Wed, 4 Jan 2017 11:41:25 -0500 Subject: [PATCH] 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 --- manifests/plugins/ml2/ovn.pp | 4 ++-- manifests/plugins/ovn.pp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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(