Use ttx's patch to be explict about paths, as urlmap doesn't work as I expected.

This commit is contained in:
Todd Willey 2011-01-20 16:07:27 -05:00
parent a90276387c
commit a112d11cc2
1 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,14 @@ use = egg:Paste#urlmap
/services/Cloud: ec2cloud
/services/Admin: ec2admin
/latest: ec2metadata
/20: ec2metadata
/2007-01-19: ec2metadata
/2007-03-01: ec2metadata
/2007-08-29: ec2metadata
/2007-10-10: ec2metadata
/2007-12-15: ec2metadata
/2008-02-01: ec2metadata
/2008-09-01: ec2metadata
/2009-04-04: ec2metadata
/1.0: ec2metadata
[pipeline:ec2cloud]