From be128a81c61d6df9b60682cfa9ee48ba69f0ebc7 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Fri, 7 Sep 2012 13:12:27 +1000 Subject: [PATCH] Delete unused heat-engine-paste.ini Change-Id: I4c8d5b2d98634aa4d711d3fe8816891476645548 Signed-off-by: Angus Salkeld --- etc/heat-engine-paste.ini | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 etc/heat-engine-paste.ini diff --git a/etc/heat-engine-paste.ini b/etc/heat-engine-paste.ini deleted file mode 100644 index 48a83493..00000000 --- a/etc/heat-engine-paste.ini +++ /dev/null @@ -1,36 +0,0 @@ -# Default minimal pipeline -[pipeline:heat-engine] -pipeline = context engineapp - -# Use the following pipeline for keystone auth -# i.e. in heat-engine.conf: -# [paste_deploy] -# flavor = keystone -# -[pipeline:heat-engine-keystone] -pipeline = authtoken auth-context engineapp - -[app:engineapp] -paste.app_factory = heat.common.wsgi:app_factory -heat.app_factory = heat.engine.api.v1:API - -[filter:context] -paste.filter_factory = heat.common.wsgi:filter_factory -heat.filter_factory = heat.common.context:ContextMiddleware - -[filter:authtoken] -paste.filter_factory = keystone.middleware.auth_token:filter_factory -service_protocol = http -service_host = 127.0.0.1 -service_port = 5000 -auth_host = 127.0.0.1 -auth_port = 35357 -auth_protocol = http -auth_uri = http://127.0.0.1:5000/ -admin_tenant_name = %SERVICE_TENANT_NAME% -admin_user = %SERVICE_USER% -admin_password = %SERVICE_PASSWORD% - -[filter:auth-context] -paste.filter_factory = heat.common.wsgi:filter_factory -heat.filter_factory = keystone.middleware.heat_auth_token:KeystoneContextMiddleware -- 2.45.2