Update doc to reflect code

In Change Ic38e41b31155a7d3a4f1f5fc606421dd525c1025, a behaviour was
changed to default public_endpoint to http://127.0.0.1:5000, instead of
not setting it in keystone.conf. Update document to reflect the change.

Change-Id: Ife5ac322809efa137c9dc2cb5d0dde2d07e979f7
(cherry picked from commit 252e349aae)
(cherry picked from commit e3ce449d46)
This commit is contained in:
Jake Yip 2020-05-19 20:27:28 +10:00 committed by Takashi Kajinami
parent a58ef362a9
commit 60532bac62
1 changed files with 2 additions and 1 deletions

View File

@ -280,7 +280,8 @@
# (Optional) The base public endpoint URL for keystone that are
# advertised to clients (NOTE: this does NOT affect how
# keystone listens for connections) (string value)
# If set to false, no public_endpoint will be defined in keystone.conf.
# If set to false, public_endpoint will be set from public_bind_host and
# public_port, or default to http://127.0.0.1:5000
# Sample value: 'http://localhost:5000/'
# Defaults to undef
#