From 45b7614bedecc7dfa3b074af88b08a470fd124a3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Nov 2014 14:26:25 +0100 Subject: [PATCH] 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 --- etc/trove/api-paste.ini | 10 ---------- 1 file changed, 10 deletions(-) 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