diff --git a/etc/trove/api-paste.ini b/etc/trove/api-paste.ini index 851da2b6ef..64c3a1445a 100644 --- a/etc/trove/api-paste.ini +++ b/etc/trove/api-paste.ini @@ -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