From 267aeb824f32d417e9c742963f0fa1c9ba89ac0c Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Mon, 30 Jul 2018 08:36:52 +0200 Subject: [PATCH] Remove entry point configuration The configuration options for plugin entry points is superflous and leads to Internal Server errors on Rocky. Remove them from configuration and have Keystone use its defaults. Change-Id: I460aec084478f2ead8c16a11c0731bc110197368 Closes-Bug: #1784295 --- templates/rocky/keystone.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/rocky/keystone.conf b/templates/rocky/keystone.conf index 85f217b5..3bf5b409 100644 --- a/templates/rocky/keystone.conf +++ b/templates/rocky/keystone.conf @@ -54,13 +54,8 @@ driver = sql [assignment] driver = {{ assignment_backend }} -[oauth1] - [auth] methods = external,password,token,oauth1,mapped,openid,totp -password = keystone.auth.plugins.password.Password -token = keystone.auth.plugins.token.Token -oauth1 = keystone.auth.plugins.oauth1.OAuth [paste_deploy] config_file = {{ paste_config_file }}