Update outdated default values in comment

This change updates the default values described in comment,
which were missed to update when deprecating eventlet server
configurations.[1]

[1] Ibc8023caf8ad4ee16ebc08a943bdcc9f188c73c1

Change-Id: I187f2eb73c59a33fd2da3fadbbd12bdf137de7e6
This commit is contained in:
Takashi Kajinami 2019-08-26 10:42:19 +09:00
parent 615b5507a8
commit 9b3bf3199b
1 changed files with 5 additions and 5 deletions

View File

@ -530,16 +530,16 @@
# === DEPRECATED PARAMETERS
#
# [*admin_bind_host*]
# (Optional) The IP address of the public network interface to listen on
# Default to '0.0.0.0'.
# (Optional) The IP address of the public network interface to listen on.
# Default to undef
#
# [*public_bind_host*]
# (Optional) The IP address of the public network interface to listen on
# Default to '0.0.0.0'.
# (Optional) The IP address of the public network interface to listen on.
# Default to '0.0.0.0'
#
# [*admin_port*]
# (Optional) Port that can be used for admin tasks.
# Defaults to '35357'
# Defaults to undef
#
# [*public_port*]
# (Optional) Port that keystone binds to.