proxy: Adjust parameter description

Change description order to make it consistent with actual parameter
definition order. Also adjust the format and fix the wrong default
value described.

Change-Id: Ib3ce1f0b2b83627a39daa6bd46c7ecf2002f713f
This commit is contained in:
Takashi Kajinami 2024-07-30 01:49:44 +09:00
parent 1033656f6c
commit ebc1224ee1

View File

@ -59,9 +59,14 @@
# Defaults to 'LOG_LOCAL2'. # Defaults to 'LOG_LOCAL2'.
# #
# [*log_handoffs*] # [*log_handoffs*]
# (optional) If True, the proxy will log whenever it has to failover to a handoff node # (optional) If True, the proxy will log whenever it has to failover to
# a handoff node
# Defaults to $facts['os_service_default']. # Defaults to $facts['os_service_default'].
# #
# [*log_name*]
# (optional) Configures log_name for swift proxy-server.
# Defaults to proxy-server
#
# [*object_chunk_size*] # [*object_chunk_size*]
# (optional) Chunk size to read from object servers. # (optional) Chunk size to read from object servers.
# Defaults to $facts['os_service_default']. # Defaults to $facts['os_service_default'].
@ -71,11 +76,13 @@
# Defaults to $facts['os_service_default']. # Defaults to $facts['os_service_default'].
# #
# [*max_containers_per_account*] # [*max_containers_per_account*]
# (optional) If set to a positive value, will limit container number per account. # (optional) If set to a positive value, will limit container number per
# Default to 0. # account.
# Defaults to $facts['os_service_default'].
# #
# [*max_containers_whitelist*] # [*max_containers_whitelist*]
# (optional) This is a comma separated list of account hashes that ignore the max_containers_per_account cap. # (optional) This is a comma separated list of account hashes that ignore
# the max_containers_per_account cap.
# Default to $facts['os_service_default']. # Default to $facts['os_service_default'].
# #
# [*sorting_method*] # [*sorting_method*]
@ -142,10 +149,6 @@
# (optional) Ensure state of the swift proxy package. # (optional) Ensure state of the swift proxy package.
# Defaults to present. # Defaults to present.
# #
# [*log_name*]
# Configures log_name for swift proxy-server.
# Optional. Defaults to proxy-server
#
# [*cors_allow_origin*] # [*cors_allow_origin*]
# (optional) Origins to be allowed to make Cross Origin Requests. # (optional) Origins to be allowed to make Cross Origin Requests.
# A comma separated list of full url (http://foo.bar:1234,https://foo.bar) # A comma separated list of full url (http://foo.bar:1234,https://foo.bar)