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
This commit is contained in:
Frode Nordahl 2018-07-30 08:36:52 +02:00
parent 1e991dc28b
commit 267aeb824f
1 changed files with 0 additions and 5 deletions

View File

@ -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 }}