From 60532bac628ec74dcf55d1173d6c284af559ac83 Mon Sep 17 00:00:00 2001 From: Jake Yip Date: Tue, 19 May 2020 20:27:28 +1000 Subject: [PATCH] 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 252e349aae45895dc717ab36fdd02a31874e914f) (cherry picked from commit e3ce449d46a6e066556533a0bf08697bed43fb68) --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 9e8bf6575..5f370be08 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 #