From 6a38e8332b885d5994056653cc25bc7a47896313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Joga?= Date: Mon, 20 Mar 2017 15:07:48 +0100 Subject: [PATCH] Clarify the comment for WEBSSO_INITIAL_CHOICE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I831225e27962036e326f27fb5d1db024b6248fdb Signed-off-by: Aurélien Joga --- openstack_dashboard/local/local_settings.py.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openstack_dashboard/local/local_settings.py.example b/openstack_dashboard/local/local_settings.py.example index f10b210b20..18e2dfce33 100644 --- a/openstack_dashboard/local/local_settings.py.example +++ b/openstack_dashboard/local/local_settings.py.example @@ -165,7 +165,8 @@ OPENSTACK_KEYSTONE_DEFAULT_ROLE = "_member_" # Enables keystone web single-sign-on if set to True. #WEBSSO_ENABLED = False -# Determines which authentication choice to show as default. +# Authentication mechanism to be selected as default. +# The value must be a key from WEBSSO_CHOICES. #WEBSSO_INITIAL_CHOICE = "credentials" # The list of authentication mechanisms which include keystone