Corrections in comments

The default values in comments were different from the default values assigned to them.

Change-Id: I737cd224f55e759d8038311281a46baad1055469
This commit is contained in:
sairamp 2018-02-07 21:03:09 -05:00
parent 3415816323
commit 6f0882e73a
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
# #
# [*ovs_use_veth*] # [*ovs_use_veth*]
# (optional) Uses veth for an interface or not. # (optional) Uses veth for an interface or not.
# Defaults to false. # Defaults to $::os_service_default.
# #
class neutron::agents::lbaas ( class neutron::agents::lbaas (
$package_ensure = present, $package_ensure = present,

View File

@ -217,7 +217,7 @@
# #
# [*ovs_integration_bridge*] # [*ovs_integration_bridge*]
# (optional) Name of Open vSwitch bridge to use # (optional) Name of Open vSwitch bridge to use
# Defaults to ::os_service_default # Defaults to $::os_service_default
# #
# == Deprecated # == Deprecated
# #