Merge "remove keystonemiddleware settings from api-paste.ini"

This commit is contained in:
Jenkins 2014-12-19 10:59:44 +00:00 committed by Gerrit Code Review
commit 776e9f5226

View File

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