summaryrefslogtreecommitdiff
path: root/openstack_auth
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-31 05:13:03 +0000
committerGerrit Code Review <review@openstack.org>2018-01-31 05:13:03 +0000
commitc0aa3d86f23e8ed12da5c3686676f336a901d319 (patch)
treee309b63c4fea95279203c81150f159e121a2beaa /openstack_auth
parent9e5eb9e7e8d4552b2449af94c05b670939d5dcde (diff)
parent4b70f1d1b42eb2d989cfa02bf2fa4f9cc5b9b60d (diff)
downloadhorizon-c0aa3d86f23e8ed12da5c3686676f336a901d319.tar.gz
Merge "Correct odd exception message"
Diffstat (limited to 'openstack_auth')
-rw-r--r--openstack_auth/plugin/k2k.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack_auth/plugin/k2k.py b/openstack_auth/plugin/k2k.py
index 94b10bf3f..65afd62a8 100644
--- a/openstack_auth/plugin/k2k.py
+++ b/openstack_auth/plugin/k2k.py
@@ -75,13 +75,13 @@ class K2KAuthPlugin(base.BasePlugin):
idp_exception = idp_excp
if not scoped_idp_auth or idp_exception:
- msg = _('Identity provider authentication Failed.')
+ msg = _('Identity provider authentication failed.')
raise exceptions.KeystoneAuthException(msg)
session = utils.get_session()
if scoped_idp_auth.get_sp_auth_url(session, service_provider) is None:
- msg = _('Could not find service provider ID on Keystone.')
+ msg = _('Could not find service provider ID on keystone.')
raise exceptions.KeystoneAuthException(msg)
unscoped_auth = v3_auth.Keystone2Keystone(