[pipeline:heat-api-cfn-keystone]
pipeline = versionnegotiation ec2authtoken authtoken context apicfnv1app
-# Use the following pipeline to enable transparent caching of image files
-# i.e. in heat-api-cfn.conf:
-# [paste_deploy]
-# flavor = caching
-#
-[pipeline:heat-api-cfn-caching]
-pipeline = versionnegotiation ec2authtoken authtoken context cache apicfnv1app
-
-# Use the following pipeline for keystone auth with caching
-# i.e. in heat-api-cfn.conf:
-# [paste_deploy]
-# flavor = keystone+caching
-#
-[pipeline:heat-api-cfn-keystone+caching]
-pipeline = versionnegotiation ec2authtoken authtoken context cache apicfnv1app
-
-# Use the following pipeline to enable the Image Cache Management API
-# i.e. in heat-api-cfn.conf:
-# [paste_deploy]
-# flavor = cachemanagement
-#
-[pipeline:heat-api-cfn-cachemanagement]
-pipeline = versionnegotiation ec2authtoken authtoken context cache cachemanage apicfnv1app
-
[app:apicfnv1app]
paste.app_factory = heat.common.wsgi:app_factory
heat.app_factory = heat.api.cfn.v1:API
paste.filter_factory = heat.common.wsgi:filter_factory
heat.filter_factory = heat.api.cfn:version_negotiation_filter
-[filter:cache]
-paste.filter_factory = heat.common.wsgi:filter_factory
-heat.filter_factory = heat.api.middleware.cache:CacheFilter
-
-[filter:cachemanage]
-paste.filter_factory = heat.common.wsgi:filter_factory
-heat.filter_factory = heat.api.middleware.cache_manage:CacheManageFilter
-
[filter:context]
paste.filter_factory = heat.common.context:ContextMiddleware_filter_factory
[pipeline:heat-api-cloudwatch-keystone]
pipeline = versionnegotiation ec2authtoken authtoken context apicwapp
-# Use the following pipeline to enable transparent caching of image files
-# i.e. in heat-api-cloudwatch.conf:
-# [paste_deploy]
-# flavor = caching
-#
-[pipeline:heat-api-cloudwatch-caching]
-pipeline = versionnegotiation ec2authtoken authtoken context cache apicwapp
-
-# Use the following pipeline for keystone auth with caching
-# i.e. in heat-api-cloudwatch.conf:
-# [paste_deploy]
-# flavor = keystone+caching
-#
-[pipeline:heat-api-cloudwatch-keystone+caching]
-pipeline = versionnegotiation ec2authtoken authtoken context cache apicwapp
-
-# Use the following pipeline to enable the Image Cache Management API
-# i.e. in heat-api-cloudwatch.conf:
-# [paste_deploy]
-# flavor = cachemanagement
-#
-[pipeline:heat-api-cloudwatch-cachemanagement]
-pipeline = versionnegotiation ec2authtoken authtoken context cache cachemanage apicwapp
-
[app:apicwapp]
paste.app_factory = heat.common.wsgi:app_factory
heat.app_factory = heat.api.cloudwatch:API
paste.filter_factory = heat.common.wsgi:filter_factory
heat.filter_factory = heat.api.cloudwatch:version_negotiation_filter
-[filter:cache]
-paste.filter_factory = heat.common.wsgi:filter_factory
-heat.filter_factory = heat.api.middleware.cache:CacheFilter
-
-[filter:cachemanage]
-paste.filter_factory = heat.common.wsgi:filter_factory
-heat.filter_factory = heat.api.middleware.cache_manage:CacheManageFilter
-
[filter:context]
paste.filter_factory = heat.common.context:ContextMiddleware_filter_factory
[pipeline:heat-api-custombackend]
pipeline = versionnegotiation context custombackendauth apiv1app
-# Use the following pipeline to enable transparent caching of image files
-# i.e. in heat-api.conf:
-# [paste_deploy]
-# flavor = caching
-#
-[pipeline:heat-api-caching]
-pipeline = versionnegotiation authtoken context cache apiv1app
-
-# Use the following pipeline for keystone auth with caching
-# i.e. in heat-api.conf:
-# [paste_deploy]
-# flavor = keystone+caching
-#
-[pipeline:heat-api-keystone+caching]
-pipeline = versionnegotiation authtoken context cache apiv1app
-
-# Use the following pipeline to enable the Image Cache Management API
-# i.e. in heat-api.conf:
-# [paste_deploy]
-# flavor = cachemanagement
-#
-[pipeline:heat-api-cachemanagement]
-pipeline = versionnegotiation authtoken context cache cachemanage apiv1app
-
[app:apiv1app]
paste.app_factory = heat.common.wsgi:app_factory
heat.app_factory = heat.api.openstack.v1:API
paste.filter_factory = heat.common.wsgi:filter_factory
heat.filter_factory = heat.api.openstack:version_negotiation_filter
-[filter:cache]
-paste.filter_factory = heat.common.wsgi:filter_factory
-heat.filter_factory = heat.api.middleware.cache:CacheFilter
-
-[filter:cachemanage]
-paste.filter_factory = heat.common.wsgi:filter_factory
-heat.filter_factory = heat.api.middleware.cache_manage:CacheManageFilter
-
[filter:context]
paste.filter_factory = heat.common.context:ContextMiddleware_filter_factory