~ubuntu-cloud-archive/ubuntu/precise/nova/trunk

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Adam Gandelman
  • Date: 2012-06-22 12:39:57 UTC
  • mfrom: (1.1.57)
  • Revision ID: package-import@ubuntu.com-20120622123957-hbzwg84nt9rqwg8r
Tags: 2012.2~f2~20120621.14517-0ubuntu1
[ Chuck Short ]
* New upstream version.

[ Adam Gandelman ]
* debian/rules: Temporarily disable test suite while blocking
  tests are investigated. 
* debian/patches/kombu_tests_timeout.patch: Dropped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
############
4
4
[composite:metadata]
5
5
use = egg:Paste#urlmap
6
 
/: metaversions
7
 
/latest: meta
8
 
/1.0: meta
9
 
/2007-01-19: meta
10
 
/2007-03-01: meta
11
 
/2007-08-29: meta
12
 
/2007-10-10: meta
13
 
/2007-12-15: meta
14
 
/2008-02-01: meta
15
 
/2008-09-01: meta
16
 
/2009-04-04: meta
17
 
 
18
 
[pipeline:metaversions]
19
 
pipeline = ec2faultwrap logrequest metaverapp
 
6
/: meta
20
7
 
21
8
[pipeline:meta]
22
9
pipeline = ec2faultwrap logrequest metaapp
23
10
 
24
 
[app:metaverapp]
25
 
paste.app_factory = nova.api.metadata.handler:Versions.factory
26
 
 
27
11
[app:metaapp]
28
12
paste.app_factory = nova.api.metadata.handler:MetadataRequestHandler.factory
29
13