remove keystonemiddleware settings from api-paste.ini
They can/should be set in the trove.conf instead, to centralize all user-preserved/editable changes in the main configuration file, and allow the ability to track api-paste.ini unmodified from master. Change-Id: I9eae06f564c4f99255fc627dbd26006d9048be46
This commit is contained in:
parent
1fbeb60d78
commit
45b7614bed
@ -15,16 +15,6 @@ paste.filter_factory = trove.common.extensions:factory
|
||||
|
||||
[filter:authtoken]
|
||||
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
|
||||
auth_host = 127.0.0.1
|
||||
auth_port = 35357
|
||||
auth_protocol = http
|
||||
admin_tenant_name = %SERVICE_TENANT_NAME%
|
||||
admin_user = %SERVICE_USER%
|
||||
admin_password = %SERVICE_PASSWORD%
|
||||
# signing_dir is configurable, but the default behavior of the authtoken
|
||||
# middleware should be sufficient. It will create a temporary directory
|
||||
# in the home directory for the user the trove process is running as.
|
||||
#signing_dir = /var/lib/trove/keystone-signing
|
||||
|
||||
[filter:authorization]
|
||||
paste.filter_factory = trove.common.auth:AuthorizationMiddleware.factory
|
||||
|
Loading…
x
Reference in New Issue
Block a user