summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Gandelman <adamg@canonical.com>2012-03-06 16:28:44 -0800
committerAdam Gandelman <adamg@canonical.com>2012-03-06 16:42:36 -0800
commitb8f22627e477e32dc278168f0e73f0b599d93ee4 (patch)
treec83eaa10f0553b197418d851b14495e2174503d0
parent5aaf2355c2de6f057c6ce7884df275a8874126b5 (diff)
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
-rw-r--r--etc/nova/api-paste.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini
index 861bd3d57..165922e6f 100644
--- a/etc/nova/api-paste.ini
+++ b/etc/nova/api-paste.ini
@@ -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