From eabdf7126dba26446268bef5bd25ed7bbafd4404 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Thu, 20 Jul 2017 17:58:26 +0000 Subject: [PATCH] Fix wording of configuration help text This fixes a minor grammatical error in our federation configuration help text. Change-Id: Ie564eb499e5f3a6eec3d9a4e9e4bd5e57e69a92b --- keystone/conf/federation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone/conf/federation.py b/keystone/conf/federation.py index 44517b54fc..fa3d57df58 100644 --- a/keystone/conf/federation.py +++ b/keystone/conf/federation.py @@ -36,7 +36,7 @@ remote_id_attribute = cfg.StrOpt( 'remote_id_attribute', help=utils.fmt(""" Value to be used to obtain the entity ID of the Identity Provider from the -environment. For `mod_shib`, this would be `Shib-Identity-Provider`. For For +environment. For `mod_shib`, this would be `Shib-Identity-Provider`. For `mod_auth_openidc`, this could be `HTTP_OIDC_ISS`. For `mod_auth_mellon`, this could be `MELLON_IDP`. """))