Merge "Add http_proxy_to_wsgi middleware to Heat CFN endpoint"

This commit is contained in:
Jenkins 2016-10-11 01:31:31 +00:00 committed by Gerrit Code Review
commit f2182e12fa
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@ pipeline = cors request_id faultwrap versionnegotiation context custombackendaut
# heat-api-cfn pipeline
[pipeline:heat-api-cfn]
pipeline = cors cfnversionnegotiation osprofiler ec2authtoken authtoken context apicfnv1app
pipeline = cors http_proxy_to_wsgi cfnversionnegotiation osprofiler ec2authtoken authtoken context apicfnv1app
# heat-api-cfn pipeline for standalone heat
# relies exclusively on authenticating with ec2 signed requests
[pipeline:heat-api-cfn-standalone]
pipeline = cors cfnversionnegotiation ec2authtoken context apicfnv1app
pipeline = cors http_proxy_to_wsgi cfnversionnegotiation ec2authtoken context apicfnv1app
# heat-api-cloudwatch pipeline
[pipeline:heat-api-cloudwatch]