Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
api-paste.ini: Add /1.0 to default urlmap
The metadata handler lists 1.0 as a supported version, but there is no
mapping for /1.0 to the meta pipeline in the default paste config, resulting
in requests to 169.254.169.254/1.0/ re-serving the metaversions pipeline instead.

Fixes bug 948595

Change-Id: Ib9cb54a04170ad86bbcbbb59557be97f05de13f9
  • Loading branch information
Adam Gandelman committed Mar 7, 2012
1 parent 5aaf235 commit b8f2262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/nova/api-paste.ini
Expand Up @@ -5,6 +5,7 @@
use = egg:Paste#urlmap
/: metaversions
/latest: meta
/1.0: meta
/2007-01-19: meta
/2007-03-01: meta
/2007-08-29: meta
Expand Down

0 comments on commit b8f2262

Please sign in to comment.