~ubuntu-branches/ubuntu/vivid/heat/vivid

« back to all changes in this revision

Viewing changes to etc/heat/api-paste.ini

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Corey Bryant
  • Date: 2015-01-06 08:55:22 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20150106085522-4o3hnaff5lacvtrf
Tags: 2015.1~b1-0ubuntu1
[ Chuck Short ]
* Open up for vivid.
* debian/control: Update bzr branch. 
* debian/control: Add python-saharaclient,
  python-osprofiler, python-oslo.middleware, python-oslo.serialization.
* debian/patches/fix-reqirements.patch: Refreshed.
* debian/patches/skip-tests.patch: Updated to skip more tests.
* debian/rules: Skip integration tests.

[ Corey Bryant ]
* New upstream release.
  - d/control: Align requirements with upstream.
  - d/watch: Update uversionmangle for kilo beta naming.
  - d/rules: Generate heat.conf.sample and apply patch before copy.
  - d/rules: Run base tests instead of integration tests.
  - d/p/fix-requirements.patch: Refreshed.
  - d/p/remove-gettextutils-import.patch: Cherry picked from master.
* d/control: Bumped Standards-Version to 3.9.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
# heat-api pipeline
3
3
[pipeline:heat-api]
4
 
pipeline = request_id faultwrap ssl versionnegotiation authurl authtoken context apiv1app
 
4
pipeline = request_id faultwrap ssl versionnegotiation osprofiler authurl authtoken context apiv1app
5
5
 
6
6
# heat-api pipeline for standalone heat
7
7
# ie. uses alternative auth backend that authenticates users against keystone
24
24
 
25
25
# heat-api-cfn pipeline
26
26
[pipeline:heat-api-cfn]
27
 
pipeline = cfnversionnegotiation ec2authtoken authtoken context apicfnv1app
 
27
pipeline = cfnversionnegotiation osprofiler ec2authtoken authtoken context apicfnv1app
28
28
 
29
29
# heat-api-cfn pipeline for standalone heat
30
30
# relies exclusively on authenticating with ec2 signed requests
33
33
 
34
34
# heat-api-cloudwatch pipeline
35
35
[pipeline:heat-api-cloudwatch]
36
 
pipeline = versionnegotiation ec2authtoken authtoken context apicwapp
 
36
pipeline = versionnegotiation osprofiler ec2authtoken authtoken context apicwapp
37
37
 
38
38
# heat-api-cloudwatch pipeline for standalone heat
39
39
# relies exclusively on authenticating with ec2 signed requests
96
96
 
97
97
# Middleware to set x-openstack-request-id in http response header
98
98
[filter:request_id]
99
 
paste.filter_factory = heat.openstack.common.middleware.request_id:RequestIdMiddleware.factory
 
99
paste.filter_factory = oslo.middleware.request_id:RequestId.factory
 
100
 
 
101
[filter:osprofiler]
 
102
paste.filter_factory = osprofiler.web:WsgiMiddleware.factory
 
103
hmac_keys = SECRET_KEY
 
104
enabled = yes