Fix wrong default values in parameter description

Change-Id: I5c906399b25fb83dbd50d4a1a51292c5d194eff5
This commit is contained in:
Takashi Kajinami
2025-02-24 23:07:57 +09:00
parent 83b7410ad0
commit 358ae493a4

View File

@@ -4,11 +4,11 @@
#
# [*ovn_nb_connection*]
# (optional) The connection string for the OVN_Northbound OVSDB.
# Defaults to 'tcp:127.0.0.1:6641'
# Defaults to $facts['os_service_default']
#
# [*ovn_sb_connection*]
# (optional) The connection string for the OVN_Southbound OVSDB
# Defaults to 'tcp:127.0.0.1:6642'
# Defaults to $facts['os_service_default']
#
# [*ovn_nb_private_key*]
# (optional) The PEM file with private key for SSL connection to OVN-NB-DB